Skip to content

Commit

Permalink
Upgrade pip in install script
Browse files Browse the repository at this point in the history
  • Loading branch information
florimondmanca committed Oct 12, 2019
1 parent fda9cbd commit d58135e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/install
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ else
BIN_PATH="venv/bin/"
fi

${BIN_PATH}pip install --upgrade pip
${BIN_PATH}pip install -r requirements.txt
${BIN_PATH}pip install -e .

0 comments on commit d58135e

Please sign in to comment.