upgrading pip
This commit is contained in:
parent
e79503430e
commit
5a38c67150
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ chown vagrant: ~vagrant/.bash_profile
|
|||
cd /vagrant
|
||||
|
||||
# Installation des dépendances python
|
||||
sudo -H pip3 install -U pip
|
||||
sudo -H -u vagrant pip3 install --user -r requirements.txt
|
||||
sudo -H -u vagrant pip3 install --user -r requirements-devel.txt
|
||||
|
||||
|
|
Loading…
Reference in a new issue