We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0e096c commit e816311Copy full SHA for e816311
python-project-template/.setup_dev.sh
@@ -32,7 +32,7 @@ python -m pip install -e . > /dev/null
32
33
echo "Installing developer dependencies in local environment"
34
python -m pip install -e .'[dev]' > /dev/null
35
-if [ -f docs/requirements.txt ]; then python -m pip install -r docs/requirements.txt; fi
+if [ -f docs/requirements.txt ]; then python -m pip install -r docs/requirements.txt > /dev/null; fi
36
37
echo "Installing pre-commit"
38
pre-commit install > /dev/null
0 commit comments