Installation

Install from PyPI

Python Package Index Version Python Package Index Downloads

$ pip install birdhouse-birdy

Install from Anaconda

Anaconda Version Anaconda Downloads

$ conda install -c conda-forge birdy

Install from GitHub

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

$ git clone https://github.com/bird-house/birdy.git
$ cd birdy
$ conda env create -f environment.yml

For a non-interactive installation:

$ python -m pip install .

Or, for an editable (development) installation:

$ python -m pip install --editable .