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 f347462 commit 6c679afCopy full SHA for 6c679af
dev-setup.sh
@@ -1,3 +1,5 @@
1
+#!/usr/bin/env bash
2
+
3
# Create venv if not already present
4
if [ ! -d "venv" ]; then
5
python3 -m venv venv
0 commit comments