Add script and configure environment to install python dependencies into a project subfolder
This commit is contained in:
parent
c6315a01f0
commit
fb50140762
6 changed files with 12 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue