Rename pip-dependencies.txt to requirements.txt
This commit is contained in:
parent
9f2ceb9786
commit
f3074f4729
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue