update py27 to 36

This commit is contained in:
Carl Karsten
2017-06-16 17:15:26 -05:00
parent 8f7a436ec5
commit 31f3cf52dc
+1 -1
View File
@@ -29,7 +29,7 @@ You can do this easily by running the following in ``powershell``:
.. code-block:: console
[Environment]::SetEnvironmentVariable("Path", "$env:Path;C:\Python27\;C:\Python27\Scripts\", "User")
[Environment]::SetEnvironmentVariable("Path", "$env:Path;C:\Python36\;C:\Python36\Scripts\", "User")
This is also an option during the installation process.