Skip to content

Commit

Permalink
Adding clearer options for dependency installation
Browse files Browse the repository at this point in the history
  • Loading branch information
lucapericlp committed Apr 2, 2024
1 parent 140c7f2 commit 02c9ba8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```

### Project dependencies installation
1. [Using poetry](#using-poetry-recommended)
2. [Using pip/conda](#using-pipconda)

#### Using poetry (recommended)
```bash
# install poetry if not installed (ensure you've restarted your terminal after installation)
Expand Down

0 comments on commit 02c9ba8

Please sign in to comment.