diff options
author | Bladen Martin | 2020-08-06 19:20:06 +0530 |
---|---|---|
committer | GitHub | 2020-08-06 19:20:06 +0530 |
commit | 335ae3ddf3910315dda1cf274054b40635c304fe (patch) | |
tree | d68d76428987a0c39c1f88aa158eff2e1acb9e8d | |
parent | 87f2b459db9251df785b079ae97180f87d0d769b (diff) | |
download | nghdl-335ae3ddf3910315dda1cf274054b40635c304fe.tar.gz nghdl-335ae3ddf3910315dda1cf274054b40635c304fe.tar.bz2 nghdl-335ae3ddf3910315dda1cf274054b40635c304fe.zip |
Update README.md
-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 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'
|