Considering we are dropping support for Python 2 in noWorkflow 2, we should probably remove the setup.py install command from the readme and use pip install -e . instead (or python -m pip install -e .), since Python 3 already includes pip and the installation is more reliable.