Release 8 (devel -> main) #30
3 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ Before the actual setup, you have to satisfy the following dependencies:
|
||||||
|
|
||||||
### Python Packages (pip)
|
### Python Packages (pip)
|
||||||
|
|
||||||
All required python packages are listed in [pip-dependencies.txt](/pip-dependencies.txt)
|
All required python packages are listed in [requirements.txt](/requirements.txt)
|
||||||
|
|
||||||
You can install the required python packages with
|
You can install the required python packages with
|
||||||
```bash
|
```bash
|
||||||
|
|
|
@ -4,4 +4,4 @@
|
||||||
|
|
||||||
wd=$(dirname $0)
|
wd=$(dirname $0)
|
||||||
|
|
||||||
pip3 install -r "$wd/pip-dependencies.txt" -t "$wd/packages"
|
pip3 install -r "$wd/requirements.txt" -t "$wd/packages"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue