How to install Pyecog

While there is a package on pip, this has not been updated for a while, and will not work (probably). Please do not use it!

Also, please make sure to download the Development branch in the steps below.

Installing without a virtual python environment

Instead of:

conda create --name pyecog_env python=3.5 jupyter=1 scipy=0.18.1 numpy=1.11.2 scikit-learn=0.18.1 pandas=0.19.2 matplotlib=2 seaborn=0.7.1 h5py=2.8.0 xlrd=1 pyqt=5.6 numba=0.37.0

Replace with:

   conda install jupyter=1 scipy=0.18.1 numpy=1.11.2 scikit-learn=0.18.1 pandas=0.19.2 matplotlib=2 seaborn=0.7.1 h5py=2.8.0 xlrd=1 pyqt=5.6 numba=0.37.0

And then do not activate an enviroment. Follow other steps as before.