Installing tensorflow with anaconda in windows

I have installed Anaconda on Windows 64 bit. I have downloaded PyCharm for creating a project and in the terminal of PyCharm I have installed numpyscipymatplotlib using the following commands:

conda install numpy
conda install scipy
conda install matplotlib

I am not able to install Tensorflow in the same way I installed these other packages. How should I install it?

Leave a Comment