Added setup scripts

This commit is contained in:
2024-08-17 11:01:59 -05:00
parent 7487c69531
commit df0e6ad9ad
8 changed files with 180 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
## Setting up the environment (Windows)
1. Run `python setup_venv.py` to create the virtual environment and install dependencies.
2. To activate the virtual environment, run `activate_venv` in the Windows Terminal.
3. To deactivate the virtual environment, simply type `deactivate`.