#3 Rename pip-dependencies.txt to requirements.txt

This commit is contained in:
Julian Müller 2022-06-13 18:47:16 +02:00
parent 5d96558451
commit 0833677bbd
3 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ Before the actual setup, you have to satisfy the following dependencies:
### 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
```bash