Installation

inequality supports Python 3.10, 3.11, and 3.12. Please make sure that you are operating in a Python >= 3.10 environment.

conda

inequality is available through conda:

conda install -c conda-forge inequality

pypi

inequality is available on the Python Package Index. Therefore, you can either install directly with pip from the command line:

pip install -U inequality

or download the source distribution (.tar.gz) and decompress it to your selected destination. Open a command shell and navigate to the decompressed folder. Type:

pip install .

Installing development version

Potentially, you might want to use the newest features in the development version of inequality on github - pysal/inequality while have not been incorporated in the Pypi released version. You can achieve that by installing pysal/inequality by running the following from a command shell:

pip install git+https://github.com/pysal/inequality.git

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