added setup and toml file; first preliminary script; moved templates
This commit is contained in:
5
setup_env.sh
Normal file
5
setup_env.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
python3.12 -m venv .venv
|
||||
source .venv/bin/activate
|
||||
pip install -e .
|
||||
# pip install --upgrade --force-reinstall .
|
||||
|
Reference in New Issue
Block a user