diff options
Diffstat (limited to 'Windows')
-rw-r--r-- | Windows/readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
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'
|