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 4364b1e commit 3bb8426Copy full SHA for 3bb8426
setup.sh
@@ -0,0 +1,9 @@
1
+python3 -m venv venv
2
+
3
+source venv/bin/activate
4
5
+pip install -e ./
6
7
+cd example || exit
8
9
+python3 example.py
0 commit comments