Skip to content

Commit

Permalink
Merge pull request #1187 from dunchuan/patch-1
Browse files Browse the repository at this point in the history
Update README.md, delete a typo in a command
  • Loading branch information
pnhofmann authored Jul 8, 2024
2 parents 8edd545 + 4ccbd8c commit 1190cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Example:<br>
Error: `ImportError: DLL load failed while importing win32api: The specified module could not be found.`<br>
Solution:<br>
`pip uninstall pywin32`<br>
`pip install pywin32` or `conda instapll pywin32`<br>
`pip install pywin32` or `conda install pywin32`<br>
**Solution 2**: add the package to your environment variables system PATH.<br>

**Question**: After cloning the repo in terminal it gives an error when running python3 installer saying please install virtual environemnt
Expand Down

0 comments on commit 1190cc7

Please sign in to comment.