had to change to let this work on windows.
This commit is contained in:
@@ -4,7 +4,7 @@ echo "Update the submodule to latest version..."
|
||||
git submodule update
|
||||
|
||||
echo "Installing dependencies..."
|
||||
python3 -m pip install --upgrade -r requirements_all.txt
|
||||
python -m pip install --upgrade -r requirements_all.txt
|
||||
|
||||
echo "Installing development dependencies.."
|
||||
python3 -m pip install --upgrade flake8 pylint coveralls pytest pytest-cov
|
||||
python -m pip install --upgrade flake8 pylint coveralls pytest pytest-cov
|
||||
|
||||
Reference in New Issue
Block a user