diff options
author | Bladen Martin | 2020-08-05 22:08:04 +0530 |
---|---|---|
committer | GitHub | 2020-08-05 22:08:04 +0530 |
commit | a64e48e777e3c95ca720b3225ee5262b0f1aa956 (patch) | |
tree | d74c241df7675252edf49294323c16ef8b3ce75f /Windows | |
parent | 4cd9040bba306c9c42e815c0afcba5f95783e045 (diff) | |
download | nghdl-a64e48e777e3c95ca720b3225ee5262b0f1aa956.tar.gz nghdl-a64e48e777e3c95ca720b3225ee5262b0f1aa956.tar.bz2 nghdl-a64e48e777e3c95ca720b3225ee5262b0f1aa956.zip |
Update readme.md
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'
|