Rename pip-dependencies.txt to requirements.txt

This commit is contained in:
Julian Müller 2022-08-13 09:41:12 +02:00
parent 9f2ceb9786
commit f3074f4729
2 changed files with 1 additions and 1 deletions

View file

@ -14,7 +14,7 @@ Create a graph from the links on a website and the following sites.
You can install those dependencies with
```
pip install -r pip-dependencies.txt
pip install -r requirements.txt
```
## Usage