#3 Rename pip-dependencies.txt to requirements.txt
This commit is contained in:
parent
5d96558451
commit
0833677bbd
3 changed files with 2 additions and 2 deletions
|
@ -4,4 +4,4 @@
|
|||
|
||||
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