============================= Installation and Dependencies ============================= pydvid has a single dependency: `jsonschema `_. You'll need to install it before you can use pydvid. For example:: pip install jsonschema Obtain pydvid by cloning the `git repo`_:: git clone https://github.com/janelia-flyem/pydvid .. _git repo: https://github.com/janelia-flyem/pydvid Installation is straightforward:: cd pydvid python setup.py install