Update install instructions in README.md

This commit is contained in:
fchollet 2015-03-29 16:17:38 -07:00
parent c589c524d7
commit f0deb9093d

@ -252,6 +252,10 @@ Keras uses the following dependencies:
- Optional but recommended if you use CNNs: cuDNN. - 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? ## Why this name, Keras?