Added detailed instructions for installing Poetry on various platforms.

This commit is contained in:
Mike Bird 2024-07-30 15:06:47 -04:00
parent c12e7fd146
commit 59166769e4
1 changed files with 7 additions and 1 deletions

View File

@ -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/).
<Card
title="Install Poetry"
icon="link"
href="https://python-poetry.org/docs/#installing-with-the-official-installer"
>
To install poetry, follow the official guide here.
</Card>
### MacOS