Installation

Install with Conda

Conda Installer Conda Version Conda Downloads Conda Release Date

Install eggshell with the following command:

$ conda install -c birdhouse -c conda-forge birdhouse-eggshell

This is the preferred method to install Eggshell, as it will always install the most recent stable release.

Install from GitHub

The sources for Eggshell can be downloaded from the Github repo.

Check out code from the birdy GitHub repo and start the installation:

$ git clone git://github.com/bird-house/eggshell
$ cd eggshell
$ conda env create -f environment.yml
$ python setup.py install