diff --git a/README.md b/README.md index f2c43da..efc7c65 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ A library for Recurrent Neural Networks built on top of Theano. It allows quick ## INSTALL +``` python setup.py develop +``` In order to check NeuralModels is correctly installed, try the character-rnn example. ```