summaryrefslogtreecommitdiff
path: root/Documentation/intro/install/windows.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/intro/install/windows.rst')
-rw-r--r--Documentation/intro/install/windows.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/intro/install/windows.rst b/Documentation/intro/install/windows.rst
index 019e83e64..394572f00 100644
--- a/Documentation/intro/install/windows.rst
+++ b/Documentation/intro/install/windows.rst
@@ -60,12 +60,11 @@ The following explains the steps in some detail.
Install the latest Python 3.x from python.org and verify that its path is
part of Windows' PATH environment variable.
- We require that you have Python six and pypiwin32 libraries installed.
- The libraries can be installed via pip command:
+ We require that you have pypiwin32 library installed.
+ The library can be installed via pip command:
::
- $ pip install six
$ pip install pypiwin32
- Visual Studio