From 59ddfa67e58d9ba971161cebdac8796945e60a1f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 14 Jun 2019 18:39:32 +0530 Subject: [PATCH] Add a note about VM system requirements --- bypy/windows.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bypy/windows.conf b/bypy/windows.conf index 3ff5a1ce16..6972c2aeb3 100644 --- a/bypy/windows.conf +++ b/bypy/windows.conf @@ -1,5 +1,5 @@ -# Requires installation of Visual Studio 2017 Community Edition, Git, Python 3.7 and Perl -# git.exe must be in PATH +# Requires installation of Visual Studio 2017 Community Edition, Git, Python 3.7 and Perl +# git.exe must be in PATH. Must have ~100GB available disk space and 8GB RAM # Intall certifi in python 3 with: # py.exe -m pip install certifi