forked from Deuxfleurs/mknet
More doc
This commit is contained in:
parent
8bebbd3181
commit
68cc7d635b
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -30,6 +30,18 @@ pip3 install --user .
|
||||||
( cd scenarios && pip3 install -r requirements.txt )
|
( cd scenarios && pip3 install -r requirements.txt )
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Sometimes, it is required to add manually your local python lib folder to the environment:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
export PYTHONPATH=$PYTHONPATH:$HOME/.local/lib/python3.10/site-packages/
|
||||||
|
```
|
||||||
|
|
||||||
|
You can check that everything has been installed by running in a python REPL:
|
||||||
|
|
||||||
|
```
|
||||||
|
import garage_admin_sdk
|
||||||
|
```
|
||||||
|
|
||||||
## Run a test
|
## Run a test
|
||||||
|
|
||||||
(Not yet implemented)
|
(Not yet implemented)
|
||||||
|
|
Loading…
Reference in a new issue