From a64e48e777e3c95ca720b3225ee5262b0f1aa956 Mon Sep 17 00:00:00 2001 From: Bladen Martin Date: Wed, 5 Aug 2020 22:08:04 +0530 Subject: Update readme.md --- Windows/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Windows') diff --git a/Windows/readme.md b/Windows/readme.md index 6f5aae9..cb39499 100644 --- a/Windows/readme.md +++ b/Windows/readme.md @@ -29,7 +29,7 @@ It contains all the documenation for making NGHDL executable (using PyInstaller) 6. Install all Python dependencies for NGHDL within the virtual environment as: - - Install PyInstaller, tornado, SetupTools through pip : + - Install PyInstaller, SetupTools through pip : $ pip install pyinstaller $ pip install --upgrade 'setuptools<45.0.0' -- cgit