INSTALL
Clone project
You can git clone
this project.
Local pip install
You can optionally establish a Python virtual environment.
Then you can run the setup.py
script to build to project and then run pip install
to install in your local Python virtual environment.
Uninstall
You can uninstall like this:
Developers
If you modify the code in this package in your local virtual environment:
Publish to PYPI
You want can publish the code in this package to the PYPI repository.
Install twine and setuptools
Install twine
and setuptools
.
Build the Distribution Package
Configure your ~/.pypirc:
Upload Your Package to PyPI
Install from PYPI
Now you can install your package in your Python virtual environment