From 59166769e4a981b0e7f254ea0a22dd52a1239061 Mon Sep 17 00:00:00 2001 From: Mike Bird Date: Tue, 30 Jul 2024 15:06:47 -0400 Subject: [PATCH] Added detailed instructions for installing Poetry on various platforms. --- docs/getting-started/getting-started.mdx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/getting-started/getting-started.mdx b/docs/getting-started/getting-started.mdx index 7f7a887..b2a8691 100644 --- a/docs/getting-started/getting-started.mdx +++ b/docs/getting-started/getting-started.mdx @@ -7,7 +7,13 @@ description: "Preparing your machine" To run 01OS on your computer, you will need to install a few essential packages. -Install [Poetry](https://python-poetry.org/). + + To install poetry, follow the official guide here. + ### MacOS