Fix typo in README

This commit is contained in:
Daniel Goldberg 2019-02-27 17:18:56 +02:00 committed by GitHub
parent ebe79d74d4
commit 3f91f273cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ The monkey is composed of three separate parts.
Download and install from: https://www.python.org/downloads/release/python-2715/ Download and install from: https://www.python.org/downloads/release/python-2715/
2. Add python directories to PATH environment variable (if you didn't install ActiveState Python) 2. Add python directories to PATH environment variable (if you didn't install ActiveState Python)
a. Run the following command on a cmd console (Replace C:\Python27 with your python directory if it's different) a. Run the following command on a cmd console (Replace C:\Python27 with your python directory if it's different)
setx /M PATH "%PATH%;C:\Python27;C:\Pytohn27\Scripts setx /M PATH "%PATH%;C:\Python27;C:\Python27\Scripts
b. Close the console, make sure you execute all commands in a new cmd console from now on. b. Close the console, make sure you execute all commands in a new cmd console from now on.
3. Install further dependencies 3. Install further dependencies
a. install VCForPython27.msi a. install VCForPython27.msi