Installation

Install from Anaconda

Ananconda Install 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
$ python setup.py install