workflow
workflow copied to clipboard
Updating installation via pip
This allows me to install workflow using pip without errors about packages not being found.
sudo pip install --allow-external file-workflow --allow-unverified file-workflow workflow
should install this as a package which can be used. I can execute workflow using python -m workflow
.