Installation

tobler supports Python 3.6 and 3.7 only. Please make sure that you are operating in a Python 3 environment.

Installing a released version

tobler is available on both conda and pip, and can be installed with either

conda install -c conda-forge tobler

or

pip install tobler

Installing a development from source

For working with a development version, we recommend anaconda. To get started, clone this repository or download it manually then cd into the directory and run the following commands:

conda env create -f environment.yml
source activate tobler
python setup.py develop

You can also fork the pysal/tobler repo and create a local clone of your fork. By making changes to your local clone and submitting a pull request to pysal/tobler, you can contribute to the tobler development.