Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 507 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 507 Bytes

ColorMotion

Build Status

Running in a venv

The activate_venv.py script can be used to run commands inside a virtual environment. Run ./activate_venv.py bash to start a bash shell inside a venv, or ./activate_venv.py python to start python.

Freezing dependencies

To regenerate requirements.txt, execute pip freeze --local | grep -v colormotion > requirements.txt.