From ff0efd65ea4a465a446424fd8b6646e2379865ce Mon Sep 17 00:00:00 2001 From: williamforbrigd <hansw0701@gmail.com> Date: Thu, 17 Mar 2022 12:15:10 +0100 Subject: [PATCH] info about how to setup the script --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 507a79a..91cd185 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,7 @@ to run the tests: ### 5. Run the tests `python -m pytest test` + +### 6. Setup the bbcli script inside the root of the project +`pip install --editable .` **OR** `pip3 install --editable .` + -- GitLab