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 ab8dd65 commit f347462Copy full SHA for f347462
dev-setup.sh
@@ -1,6 +1,5 @@
1
# Create venv if not already present
2
if [ ! -d "venv" ]; then
3
- python3 -m pip install venv
4
python3 -m venv venv
5
fi
6
0 commit comments