Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 732 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 732 Bytes

phy-contrib

Build Status PyPI release

Plugins for phy.

Quick install

You first need to install phy. Then, activate your conda environment and do:

pip install phycontrib

Installing the development version

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