Spaces:
Sleeping
Sleeping
| # Script to activate the Python virtual environment | |
| # Note: To activate the venv in your current shell, run: source activate.sh | |
| # Running ./activate.sh will activate it in a subshell, which won't affect your shell. | |
| source .venv/bin/activate |