# Tensorflow On Windows ## Prerequisites * Visual Studio Community 2015 * CUDA SDK * CUDNN * Latest Anaconda with python 3 ## Tensorflow Setup Open the Anaconda Shell: conda create -n tensorflow python=3.5 ipykernel # gpu version pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/windows/gpu/tensorflow_gpu-1.0.1-cp35-cp35m-win_amd64.whl ipython kernel install --name tensorflow Open Jupyter Notebook, tensorflow should be a selectable environment. Have fun!