Plugins for phy.
You first need to install phy. Then, activate your conda environment and do:
pip install phycontrib
If you want to use the bleeding-edge version, do:
git clone https://github.com/kwikteam/phy-contrib.git
cd phy-contrib
python setup.py develop
Then, you can update at any time with:
cd phy-contrib
git pull