Installation#
Installing the bleeding-edge version of gadfly from
GitHub is as easy as:
python -m pip install git+https://github.com/bmorris3/gadfly.git
For developers, install locally after cloning from GitHub:
git clone https://github.com/bmorris3/gadfly.git
cd gadfly
pip install -e .