Skip to content

Installation

Installing ocelot is (relatively) easy!

Firstly, install from pip with:

pip install ocelot

to get started, which will install the latest release of the code.

Getting additional dataยค

To use ocelot.simulate, you will also need to install some additional data (namely, isochrones). Download this folder of isochrones, extract it, and place it anywhere you'd like.

When running ocelot, you'll need to set the environment variable OCELOT_DATA to point towards your data.

... and that's it! Next off, check out ocelot's best bits to see what ocelot can do.