Skip to content

Commit

Permalink
Merge pull request #4 from florimondmanca/upgrade-pip
Browse files Browse the repository at this point in the history
Upgrade pip in install script
  • Loading branch information
tomchristie committed Oct 22, 2019
2 parents fda9cbd + d58135e commit 7073c1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/install
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 7073c1f

Please sign in to comment.