Installation

For local installations, you can install the latest version

>>> pip install git+https://github.com/KristinChengWu/mapping.git#egg=mapping

or upgrade an existing version.

>>> pip install -U git+https://github.com/KristinChengWu/mapping.git#egg=mapping

For use in Docker or other self-contained python projects use the following line in the requirements.txt file:

>>> -e git+https://github.com/KristinChengWu/mapping.git#egg=mapping