Adding requirements to the setup and making uposham as an installable module. This should fix #54.
From now on the pip install can be replaced by python setup.py install (Fixes #9) and the code directory structure is finalized for the installation (Fixes #8).
Adding requirements to the setup and making uposham as an installable module. This should fix #54.
From now on the pip install can be replaced by
python setup.py install
(Fixes #9) and the code directory structure is finalized for the installation (Fixes #8).