Skip to content

Commit 032e714

Browse files
committed
Revert "Update README.md"
This reverts commit fcc8edd.
1 parent fcc8edd commit 032e714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export PYTHONPATH=${SYNOPSYS_CAFFE_HOME}/python:${PYTHONPATH}
3838
### Windows
3939
A simple guide:
4040
1. Download the **Visual Studio 2015 Update 3** (Do not use the VS 2017, it is not supported!). Choose to install the support for visual C++ instead of applying the default settings.
41-
2. Install the CMake 3.4 or higher. Install Python 2.7. Add cmake.exe and python.exe to your PATH.
41+
2. Install the CMake 3.4 or higher. Install Python 2.7 or 3.5/3.6. Add cmake.exe and python.exe to your PATH.
4242
3. After installing the Python, please open a `cmd` prompt and use `pip install numpy` to install the **numpy** package.
4343
4. Checkout the Synopsys Caffe **master** branch for build. The windows branch is deprecated, please do not use it. We use `C:\Projects` as the current folder for the following instructions.
4444
5. Edit any of the options inside **synopsys-caffe\scripts\build_win.cmd** to suit your needs, such as settings for Python version, CUDA/CuDNN enabling etc.

0 commit comments

Comments
 (0)