Pytorch windows installation instructions

I am trying to install Pytorch/Torchvision with the following options: Windows, Anaconda, Python 3.5, Cuda 8.0

However, the Torchvision install calls for the pip3 package manager. On Windows only pip appears to be available, and and some websites claim pip3 is only MacOSX/Linux. Nevertheless, I can find no pip3 Anaconda installation instructions. For now I will just try pip, and I wonder if the Windows installation instructions are correct.

i used pip on windows (windows 10, anaconda, python 3.6, cuda 9.1) and it worked great

I did the same. Windows/Anaconda/Python 3.5/Cuda 8.0 but with pip instead of pip3.