python -c "import keras; print(keras.__version__)"
How to run Github python code without downloading ?
$ curl -sSL https://github.com/fchollet/keras/raw/master/examples/mnist_mlp.py | python
python -c "import keras; print(keras.__version__)"
$ curl -sSL https://github.com/fchollet/keras/raw/master/examples/mnist_mlp.py | python