Run the following command to install the neuralnetwork package (consider using a virtual environment):
$ pip install .
If you want to run the MNIST and Boston housing examples you need additional packages:
$ pip install -r examples/requirements.txt