Example source taken from here.
pip3 install tensorflow keras --user
Then, potentially check that everything is installed. From python console:
Python 3.6.7 (default, Oct 22 2018, 11:32:17)
[GCC 8.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import keras
Using TensorFlow backend.
>>>