Update README to include tqdm dependency

This commit is contained in:
Chev 2026-01-24 17:43:19 -08:00
parent b196995b5a
commit 7ea8df41cc
Signed by: chev2
GPG key ID: 0B212D6AED495EC9

View file

@ -28,7 +28,7 @@ If you'd prefer to use traditional pip/venv:
2. Remove any existing virtual environment if it exists. (Usually `venv/` or `.venv/`)
3. Create a new virtual environment: `python -m pip venv venv`
4. Activate the virtual environment: `source venv/bin/activate`
5. Install MoviePy: `pip install moviepy==2.2.1`
5. Install MoviePy: `pip install moviepy==2.2.1 tqdm`
6. Run the script with `python main.py`
## How to use