We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92700d2 commit 193fa24Copy full SHA for 193fa24
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