PyJet: The Python Deep Learning library

Installation
To install run the following in your HOME directory.
git clone https://github.com/abhmul/PyJet/
cd PyJet
sudo pip install -e .
cd ..
Update
To update, go to your PyJet installation directory (should be HOME/PyJet if you followed the installation instructions) and run
git pull