Skip to content

Commit d72afb1

Browse files
Updated Windows installation doc
1 parent 75ea8eb commit d72afb1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

doc/installation.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,6 @@ You just need to remove the OpenPose folder, by default called `openpose/`. E.g.
107107
1. Install the pre-requisites:
108108
1. Microsoft Visual Studio (VS) 2015. Install CUDA 8.0 after Visual Studio 2015 is installed to assure that the CUDA installation will generate all necessary files for VS. If CUDA was already installed, re-install it after installing VS!
109109
2. Install all the demo pre-requisites.
110-
3. [Python 2.4.13 64 bits - Windows x86-64 MSI installer](https://www.python.org/downloads/release/python-2713/).
111-
- Install it on C:\Python27 (default) or D:\Programs\Python27. Otherwise, modify the VS solution accordingly.
112-
- In addition, open the Windows cmd (Windows button + X, then A), and install some Python libraries with this command: `pip install numpy protobuf hypothesis`.
113-
4. [Cmake](https://cmake.org/download/): Select the option to add it to the Windows PATH.
114-
5. [Ninja](https://ninja-build.org/): Select the option to add it to the Windows PATH.
115110
2. Download the OpenPose dependencies and models (body, face and hand models):
116111
1. Open the Windows cmd (Windows button + X, then A).
117112
2. Go to the OpenPose directory, assuming OpenPose has been downloaded on `C:\openpose`: `cd C:\openpose\`.

0 commit comments

Comments
 (0)