Install numpy before py_find_1st

This commit is contained in:
Matthias 2019-01-05 20:04:54 +01:00
parent 01e2dc17b5
commit f088f43b40
1 changed files with 2 additions and 2 deletions

View File

@ -30,9 +30,9 @@ function updateenv() {
echo "-------------------------"
source .env/bin/activate
echo "pip3 install in-progress. Please wait..."
pip3 install --quiet --upgrade pip
# Install numpy first to have py_find_1st install clean
pip3 install --quiet --upgrade pip numpy
pip3 install --quiet --upgrade -r requirements.txt
pip3 install --quiet -r requirements.txt
read -p "Do you want to install dependencies for dev [Y/N]? "
if [[ $REPLY =~ ^[Yy]$ ]]