diff options
author | Rahul P | 2022-01-12 17:31:35 +0530 |
---|---|---|
committer | GitHub | 2022-01-12 17:31:35 +0530 |
commit | 8cea56e3b0895c7386241726c933acd66d9c9f70 (patch) | |
tree | 36ad6814da4efe49d768e80e98c0bc312d3722be /Windows | |
parent | 09961ab078462e7807edb3850371604f4dadc9da (diff) | |
parent | e569f61f0e3228d8d8533fc809bc2098cdbea499 (diff) | |
download | eSim-8cea56e3b0895c7386241726c933acd66d9c9f70.tar.gz eSim-8cea56e3b0895c7386241726c933acd66d9c9f70.tar.bz2 eSim-8cea56e3b0895c7386241726c933acd66d9c9f70.zip |
Merge pull request #172 from manasiyadav/Updated-Readme.md-to-Specify-PyQt5-version
Resolves Bluetooth API issue on Win 8
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 62701f6c..93d93c2d 100644 --- a/Windows/README.md +++ b/Windows/README.md @@ -35,7 +35,7 @@ It contains all the documentation for making eSim executable (using PyInstaller) $ pip install matplotlib==3.0.3 $ pip install tornado $ pip install setuptools - $ pip install PyQt5 + $ pip install PyQt5==5.9.2 $ pip install pypiwin32 7. Test whether only eSim dependencies are available or not: |