adding scaffolding

This commit is contained in:
2026-07-02 00:40:23 +00:00
parent 9d9bd5f9df
commit 9c1e6dc0fd
4 changed files with 668 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
# Make virtual env
python3 -m venv venv
venv/bin/python3 -m pip install -r requirements.txt