Skip to content

Commit 1190cc7

Browse files
authored
Merge pull request #1187 from dunchuan/patch-1
Update README.md, delete a typo in a command
2 parents 8edd545 + 4ccbd8c commit 1190cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Example:<br>
4848
Error: `ImportError: DLL load failed while importing win32api: The specified module could not be found.`<br>
4949
Solution:<br>
5050
`pip uninstall pywin32`<br>
51-
`pip install pywin32` or `conda instapll pywin32`<br>
51+
`pip install pywin32` or `conda install pywin32`<br>
5252
**Solution 2**: add the package to your environment variables system PATH.<br>
5353

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

0 commit comments

Comments
 (0)