Skip to content

Commit

Permalink
Install wheel first
Browse files Browse the repository at this point in the history
  • Loading branch information
pguyot committed Jul 14, 2019
1 parent 86872c8 commit 91ff13c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ if [ ! -d "venv" ]; then
fi

echo "Installing PyPi requirements"
# Start with wheel which is required to compile some of the other requirements
venv/bin/pip install wheel
venv/bin/pip install -r requirements.txt

if [ $makerfaire2018 -eq 0 ]; then
Expand Down

0 comments on commit 91ff13c

Please sign in to comment.