install script

This commit is contained in:
Alex Cheema
2024-07-17 21:55:37 -07:00
parent 3778301b47
commit fbbb45c37e

5
install.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
python3 -m venv .venv
source .venv/bin/activate
pip install .