Release 8 (devel -> main) #30

Merged
ChaoticByte merged 8 commits from devel into main 2022-06-16 09:06:19 +00:00
3 changed files with 2 additions and 2 deletions
Showing only changes of commit 0833677bbd - Show all commits

View file

@ -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

View file

@ -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"