Readded pip path

This commit is contained in:
2020-10-06 15:00:26 +02:00
parent 58e1093706
commit 21d5217db5

View File

@@ -26,8 +26,8 @@ _git_changed() {
}
# PROGRAM
# echo "Installing dependencies..."
# pip install -r $INPUT_PIP_PATH
echo "Installing dependencies..."
pip install -r $INPUT_PIP_PATH
echo "Creating data model..."
cd $INPUT_PROJECT_PATH
python manage.py graph_models -a -g-o $INPUT_OUTPUT_PATH