I have this running really nicely on Mac OS X (a little slow albeit), using a virtual environment.
Worth adding to the docs?
python3 -m venv cv
source cv/bin/activate
pip3 install -r requirements.txt
then it's just
source cv/bin/activate
python3 current_viewer.py....
I have this running really nicely on Mac OS X (a little slow albeit), using a virtual environment.
Worth adding to the docs?
then it's just