Skip to content

Commit 06f0a78

Browse files
authored
Updated readme.
1 parent 2fb0aa0 commit 06f0a78

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

ppt2video/README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,6 @@ For other systems it would require to use Python2.7 version to be able to instal
77

88
You can create <a href="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.
99

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.
18-
1910
## To install dependencies
2011
```
2112
pip install -r requirements.txt

0 commit comments

Comments
 (0)