Install TensorFlow

$ pip install tensorflow

OR
$ pip3 install tensorflow

If your machine has GPUs: 

$ pip install tensorflow-gpu

Comments