From 335ae3ddf3910315dda1cf274054b40635c304fe Mon Sep 17 00:00:00 2001 From: Bladen Martin Date: Thu, 6 Aug 2020 19:20:06 +0530 Subject: Update README.md --- Windows/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Windows/README.md') diff --git a/Windows/README.md b/Windows/README.md index bf3e7ca..f63e717 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