Installation

giddy currently supports python 3.9, 3.10, and 3.11. Please make sure that you are operating in a python 3 environment.

Installing released version

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

pip install -U giddy

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 .

You may also install the latest stable giddy via conda-forge channel by running:

conda install --channel conda-forge giddy

Installing development version

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

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

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