cd Autoscope source venv/bin/activate # Enter environment pip install something # Installs to this project only python main.py # Runs with this project's packages deactivate # Exit environment