Skip to content

Commit 4aaefd6

Browse files
committed
3.1.0
1. Add more features for `setup.py`. 2. Remove `snprintf.cpp`.
1 parent b74fd50 commit 4aaefd6

File tree

3 files changed

+4
-75
lines changed

3 files changed

+4
-75
lines changed

MpegCoder/snprintf.cpp

Lines changed: 0 additions & 75 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ The following instructions are used for building the project on Windows with Vis
5151
* The dependencies could be also downloaded by the automatic script, you just need to run
5252

5353
```shell
54+
python -m pip install -r requirements.txt
5455
python webtools.py
5556
```
5657

requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
urllib3>=1.26.6
2+
tqdm>=4.50.0
3+
setuptools>=57.4.0

0 commit comments

Comments
 (0)