Skip to content

Commit

Permalink
added language sh to install instructions (keras-team#3520)
Browse files Browse the repository at this point in the history
  • Loading branch information
royopa authored and fchollet committed Aug 19, 2016
1 parent 65e4c8e commit 00c3335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 00c3335

Please sign in to comment.