summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBladen Martin2020-08-06 19:20:06 +0530
committerGitHub2020-08-06 19:20:06 +0530
commit335ae3ddf3910315dda1cf274054b40635c304fe (patch)
treed68d76428987a0c39c1f88aa158eff2e1acb9e8d
parent87f2b459db9251df785b079ae97180f87d0d769b (diff)
downloadnghdl-335ae3ddf3910315dda1cf274054b40635c304fe.tar.gz
nghdl-335ae3ddf3910315dda1cf274054b40635c304fe.tar.bz2
nghdl-335ae3ddf3910315dda1cf274054b40635c304fe.zip
Update README.md
-rw-r--r--Windows/README.md2
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'