5 lines
249 B
Text
5 lines
249 B
Text
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
|