Skip to content

Commit b870375

Browse files
committed
update readme and create requirements.txt for v2.1.0
1 parent 02b7d44 commit b870375

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ The program works on **Linux**, **macOS**, and **Windows**. If you encounter pro
2525
- Install system dependencies: `sudo apt install ffmpeg`
2626
- Make a virtual environment: `python -m venv env`
2727
- Activate it: `source env/bin/activate`
28-
- Install Python dependencies: `pip install pyqt6 pillow numpy`
29-
- Install this program: `pip install .` in this directory
28+
- Install program: `pip install pyqt6 pillow numpy .`
3029
- Run the program with `avp` from terminal
3130

3231
## Installation on Windows
@@ -81,14 +80,14 @@ Projects can be created with the GUI then loaded from the commandline for easy a
8180
## Known Working Versions of Dependencies
8281

8382
- Python 3.13
84-
- FFmpeg 8.0.1
83+
- FFmpeg 4.4.1 - 8.0.1
8584
- PyQt6 v6.10.2 (Qt v6.10.1)
8685
- Pillow 12.1.0
8786
- NumPy 2.4.1
8887

8988
## Getting Faster Export Times
9089

91-
- [Pillow-SIMD](https://github.com/uploadcare/pillow-simd) may be used as a drop-in replacement for Pillow if you desire faster video export times, but it must be compiled from source. For help installing dependencies to compile Pillow-SIMD, see the [Pillow installation guide](https://pillow.readthedocs.io/en/stable/installation.html).
90+
- [Pillow-SIMD](https://github.com/uploadcare/pillow-simd) may be used as a drop-in replacement for Pillow if you desire faster video export times, but it must be compiled from source. For help installing dependencies to compile Pillow-SIMD, see the [Pillow installation guide](https://pillow.readthedocs.io/en/stable/installation/building-from-source.html).
9291

9392
## Developing a New Component
9493

requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
numpy==2.4.1
2+
pillow==12.1.0
3+
PyQt6==6.10.2
4+
PyQt6-Qt6==6.10.1
5+
PyQt6_sip==13.10.3

0 commit comments

Comments
 (0)