Installation

Install latest stable version

$ pip install neupy

Install the latest development version from a specific branch.

$ pip install --upgrade git+https://github.com/itdxer/neupy.git@<branch>

Also, you can clone a project and install it from a source code

git clone https://github.com/itdxer/neupy.git
cd neupy
python setup.py install

If you want to learn more about NeuPy you can start with tutorials or read the documentation.