You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ppt2video/README.md
-9Lines changed: 0 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,6 @@ For other systems it would require to use Python2.7 version to be able to instal
7
7
8
8
You can create <ahref="https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/">virtual environment</a> to install the dependencies in a separate environment not to interfere with other packages on your machine.
9
9
10
-
### If you are using Python2.7 version
11
-
You can install the package with:
12
-
```
13
-
python -m pip install pywin32
14
-
# or
15
-
pip install -U pypiwin32
16
-
```
17
-
To develop this application I am using Python 3.10.2 through bash console.
0 commit comments