Prerequisites
To run the 01 on your computer, you will need to install the following essential packages:- Git
- Python (version 3.11.x recommended)
- Poetry
- FFmpeg
MacOS Installation
- Git: If you don’t already have it, download and install Git from its official website.
-
Python:
- Download Python 3.11.x from the official Python website.
- During installation, make sure to check “Add Python to PATH”.
-
Poetry:
- Follow the official Poetry installation guide.
-
FFmpeg and other dependencies:
We recommend using Homebrew to install the required dependencies:
Install 01
Now, clone the repo and navigate into the 01 directory:01/software
.
Finally, install the project’s dependencies in a virtual environment managed by Poetry.