|
|
@ -19,7 +19,7 @@ if [ ! -d "$VENV_NAME" ]; then |
|
|
fi |
|
|
fi |
|
|
. "$VENV_NAME/bin/activate" |
|
|
. "$VENV_NAME/bin/activate" |
|
|
|
|
|
|
|
|
pip install -U pip |
|
|
|
|
|
|
|
|
pip install -U 'pip>=10.0.1' |
|
|
pip install -r requirements.txt |
|
|
pip install -r requirements.txt |
|
|
|
|
|
|
|
|
if [ "$ENV" != "production" ]; then |
|
|
if [ "$ENV" != "production" ]; then |
|
|
|