Skip to content

Commit 5bb88c1

Browse files
authored
Update README.md
1 parent 3cda807 commit 5bb88c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ Installation is simple, but there're some requirements.
6868
# NVTX (Visual Studio Integration in CUDA. if it fails to be installed, you can extract
6969
# the CUDA installer exe and found the NVTX installer under the CUDAVisualStudioIntegration)
7070
71+
pip install numpy mkl intel-openmp
7172
pip install pytorch-[version]-cp[pyversion]-cp[pyversion]m-win-amd64.whl
73+
# Add [PythonRoot]\Library\bin into environment variable `PATH` and restart command prompt before using.
7274
```
7375

7476
Note: You may face with the following issue. First, check that all the dependencies are installed. Second, try if a fresh virtual environment helps. If it helps, it may be an issue of the python version. And you can install VC 2017 Redist. Finally, you may have to manually compile PyTorch from source.

0 commit comments

Comments
 (0)