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

Installation is straightforward:

cd pydvid
python setup.py install

Previous topic

pydvid Documentation

Next topic

Quickstart

This Page