Installation

Install from PyPI

Python Package Index Build

$ pip install birdhouse-birdy

Install from Anaconda

Anaconda 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