Closed fokoid closed 8 years ago
Module should be installable via a setup.py file using pip. This also makes testing easier as the module can be installed into the testing environment with pip install -e ..
setup.py
pip
pip install -e .
Completed as of #0912904f6b8bcf729cb98fece7a1dcb7be63fc21.
Module should be installable via a
setup.py
file usingpip
. This also makes testing easier as the module can be installed into the testing environment withpip install -e .
.