283 B
283 B
Setting up the environment (Windows)
- Run
python setup_venv.pyto create the virtual environment and install dependencies. - To activate the virtual environment, run
activate_venvin the Windows Terminal. - To deactivate the virtual environment, simply type
deactivate.