Installation¶
Install from PyPI¶
$ pip install birdhouse-birdy
Install from Anaconda¶
$ 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 .