Skip to content

Commit 3bb8426

Browse files
committed
add setup.sh
1 parent 4364b1e commit 3bb8426

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

setup.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)