added language sh to install instructions (#3520)

This commit is contained in:
Rodrigo Prado 2016-08-19 12:36:51 -03:00 committed by François Chollet
parent 65e4c8e76e
commit 00c3335071

@ -125,12 +125,12 @@ Keras uses the following dependencies:
- [See installation instructions](https://github.com/tensorflow/tensorflow#download-and-setup).
To install Keras, `cd` to the Keras folder and run the install command:
```
```sh
sudo python setup.py install
```
You can also install Keras from PyPI:
```
```sh
sudo pip install keras
```