Installation

Simply use pip:

$ pip install pyinaturalist

Or if you prefer using the development version:

$ pip install git+https://github.com/niconoe/pyinaturalist.git

Or, to set up for local development (preferably in a new virtualenv):

$ git clone https://github.com/niconoe/pyinaturalist.git
$ cd pyinaturalist
$ pip install -Ue ".[dev]"