# create a virtual environment
venvwrapper -c bad_pomodoro
(bad_pomodoro) >pip install -r requirements.txt
(bad_pomodoro) >python setup.py install
...
ModuleNotFoundError: No module named 'appdirs'
appdirs, packaging and ordered_set are required and not automatically loaded here.