
-
Check Python Installation:
- Open Terminal (Mac/Linux) or Command Prompt (Windows).
- Type:
python --version
. If Python 3.x.x shows, you're set. If not, install Python from the official website, ensuring you select "Add Python to PATH."
-
Download Project:
- Download the project via Download ZIP or use Git to clone the repository.
-
Install Libraries:
- Open Terminal or Command Prompt.
- Use
cd /path/simple_apps
to navigate to the project directory. - Run:
pip install -r requirements.txt
to install required libraries.
-
Install ffmpeg:
- Mac/Linux: Run
brew install ffmpeg
. - Windows: Search for "install ffmpeg on Windows" and follow a guide.
- Mac/Linux: Run
-
Run the Script:
- Open Terminal or Command Prompt.
- Use
cd /path/to/your/project/folder
to go to the project directory.
