The main repository that will house all the code for this project, including testing
git clone https://github.com/python-neural-network/neural-network.git
cd neural-network
pip install -r requirements.txt
If using virtual environment, do no forget to activate it before installing requirements.