Add script and configure environment to install python dependencies into a project subfolder

This commit is contained in:
W13R 2022-03-16 18:58:27 +01:00
parent c6315a01f0
commit fb50140762
6 changed files with 12 additions and 3 deletions

View file

@ -20,9 +20,9 @@ Before the actual setup, you have to satisfy the following dependencies:
All required python packages are listed `in pip-dependencies.txt`
You can install the required python packages with the following command:
You can install the required python packages with
```bash
pip install -U -r pip-dependencies.txt
./install-pip-dependencies.sh
```
## II.A Installation