Small project aiming at playing with intra/extra focal on axis patterns
A longer description of your project goes here...
pip install virtualenv
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt python setup.py build_sphinx python ./setup.py gen_report python setup.py build python setup.py install python setup.py testImportant note: If you run debug session with breakpoints from pycharm, you might need to add "--no-cov" option in additional arguments as described here: https://stackoverflow.com/a/54690848/2697831