causeofwhy
causeofwhy copied to clipboard
Package the script with `setup.py`
Currently all project dependencies have to be installed manually. This is a time consuming process that can be easily modified with the help of distribute
and pip
.
Note: I have only recently become familiar with creating a setup.py
file to create packages, otherwise I would have done this from the beginning!