Installation

The recommended installation method is pip-installing into a virtualenv:

git clone git@github.com:seung-lab/corgie.git
cd corgie
pip install -e .

Installation typically takes under 10 minutes.

To install the pinned versions of the package requirements, refer to the requirements-release.txt:

pip install -r requirements-release.txt