From 5528fa85bdb9f62a8cde90e03d6c8503e67101ee Mon Sep 17 00:00:00 2001 From: SS Date: Wed, 13 Nov 2019 11:39:12 -0500 Subject: [PATCH] minor merge cleanup --- docs/wiki/development/building.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/wiki/development/building.md b/docs/wiki/development/building.md index 35cd0e02236..87bcdd8939c 100644 --- a/docs/wiki/development/building.md +++ b/docs/wiki/development/building.md @@ -108,14 +108,6 @@ Python 3 is assumed to be installed in `C:\Program Files\Python37` & 'C:\Program Files\Python37\python.exe' -m pip install setuptools psutil timeout_decorator thrift==0.11.0 osquery pywin32 ``` -**Optional: Install python tests prerequisites** -Python 3 is assumed to be installed in `C:\Program Files\Python37` - -```PowerShell -# Using a PowerShell console -& 'C:\Program Files\Python37\python.exe' -m pip install setuptools psutil timeout_decorator thrift==0.11.0 osquery pywin32 -``` - **Step 2: Download and build** ```PowerShell