Skip to content

Commit

Permalink
use requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetrax-10 committed Oct 16, 2024
1 parent 5046551 commit cccaf0e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 11 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,14 @@ previews
Output
dev
__pycache__
*.txt
*.mp4
*.mp4
*.mkv
*.avi
*.mov
*.m4a
*.m4v
*.mpg
*.mpeg
*.wmv
*.webm
*.flv
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ The red parts are extracted for previews
```sh
git clone https://github.com/Tetrax-10/batch-preview-generator.git
cd batch-preview-generator
pip install termcolor progress pyreadline3 pyinstaller
pip install -r requirements.txt
```

##### Run
Expand Down
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
termcolor==2.5.0
progress==1.6
pyreadline3==3.5.4
pyinstaller==6.11.0

0 comments on commit cccaf0e

Please sign in to comment.