conda install tensorflow version code example
Example 1: conda install tensorflow windows
conda install -c conda-forge tensorflow
Example 2: Tensorflow GPU Installation conda
conda create --name tf_gpu
activate tf_gpu
conda install tensorflow-gpu
Example 3: install tensorflow anaconda 1
conda install -c conda-forge tensorflow=1.14