From 3f91f273cbdeffa73cd920c751fc11d77e7208b1 Mon Sep 17 00:00:00 2001 From: Daniel Goldberg Date: Wed, 27 Feb 2019 17:18:56 +0200 Subject: [PATCH] Fix typo in README --- monkey/infection_monkey/readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monkey/infection_monkey/readme.txt b/monkey/infection_monkey/readme.txt index 08e17014e..ab126f9c1 100644 --- a/monkey/infection_monkey/readme.txt +++ b/monkey/infection_monkey/readme.txt @@ -13,7 +13,7 @@ The monkey is composed of three separate parts. 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) 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. 3. Install further dependencies a. install VCForPython27.msi