From 513e53004759a3475d99fa9542c0c3ff6c6bcab0 Mon Sep 17 00:00:00 2001 From: Terry Taewoong Um Date: Tue, 7 Jun 2016 18:34:41 -0400 Subject: [PATCH] Correct a snippet --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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. ```