Upgrade python libs script, derived from README
This commit is contained in:
parent
99c93504cd
commit
a85ed4d9f5
8
upgrade-pythonlibs.sh
Normal file
8
upgrade-pythonlibs.sh
Normal file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Upgrading pip ..."
|
||||
venv/bin/pip install pip --upgrade
|
||||
|
||||
echo "Upgrading dependencies ..."
|
||||
#cat requirements.txt | sed '/^#/d' | xargs -n 1 venv/bin/pip install --upgrade --quiet --no-cache-dir
|
||||
cat requirements.txt | sed '/^#/d' | xargs -n 1 venv/bin/pip install --upgrade --no-cache-dir
|
Loading…
x
Reference in New Issue
Block a user