From 02c9ba891b77bfa46716febd02d6ab29867a908e Mon Sep 17 00:00:00 2001 From: Luca Peric Date: Tue, 2 Apr 2024 03:34:21 -0700 Subject: [PATCH] Adding clearer options for dependency installation --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d95eb33..4eb9be5 100644 --- a/README.md +++ b/README.md @@ -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)