From f0deb9093d7edba8ca57b0b4d6bb3241fe9f8b8a Mon Sep 17 00:00:00 2001 From: fchollet Date: Sun, 29 Mar 2015 16:17:38 -0700 Subject: [PATCH] Update install instructions in README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bea77f163..d3a8b834c 100644 --- a/README.md +++ b/README.md @@ -252,6 +252,10 @@ Keras uses the following dependencies: - Optional but recommended if you use CNNs: cuDNN. +Once you have the dependencies installed, cd to the Keras folder and run the install command: +``` +sudo python setup.py install +``` ## Why this name, Keras?