From 44e9ea6937d56cdbd7fc3c39cba958a228dc4d8a Mon Sep 17 00:00:00 2001 From: agu3rra Date: Sat, 10 Feb 2024 12:02:53 -0300 Subject: [PATCH] updates main README instructions for client install --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86c34e8..3d42d52 100644 --- a/README.md +++ b/README.md @@ -140,8 +140,18 @@ cd fabric/client 4. Install the dependencies ```bash -# Install the pre-requisites -pip3 install -r requirements.txt +# Install python poetry on your OS +pip3 install poetry + +# Install the CLI dependencies from the `client` folder +poetry install + +# Enable the virtual environment +poetry shell + +# Determine the path of your fabric CLI for the next step +# It should be something like /home/thanos/.cache/pypoetry/virtualenvs/fabric--_h0wFFW-py3.10/bin/fabric +which fabric ``` 5. Add the path to the `fabric` client to your shell