Install numpy before py_find_1st
This commit is contained in:
parent
01e2dc17b5
commit
f088f43b40
4
setup.sh
4
setup.sh
@ -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]$ ]]
|
||||
|
Loading…
Reference in New Issue
Block a user