Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
RENAUD Maxence DGAC/CRNA-N committed Oct 21, 2019
1 parent 35217c5 commit c689c4d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ python3 -V
echo $SEP
echo "Création d'un environnement virtuel python pour soapy..."
python3 -m venv venv
ls
echo "...terminé."

echo $SEP
Expand All @@ -18,10 +17,8 @@ echo "...terminé."

echo $SEP
echo "Mise à jour de pip et installation des dépendances..."
#pip --quiet install --upgrade pip
#pip --quiet install -r requirements.txt
pip install --upgrade pip
pip install -r requirements.txt
pip --quiet install --upgrade pip
pip --quiet install -r requirements.txt
echo "...terminé."

echo $SEP
Expand Down

0 comments on commit c689c4d

Please sign in to comment.