This commit is contained in:
killian 2024-02-10 03:30:36 -08:00
parent 08cfa9e523
commit d362bcd8a8
1 changed files with 21 additions and 27 deletions

View File

@ -4,34 +4,32 @@ Official repository for [The 01 Project](https://twitter.com/hellokillian/status
<br> <br>
> **13** days remaining until launch
### [Tasks ↗](https://github.com/KillianLucas/01/blob/main/TASKS.md)
<br>
## Installation ## Installation
1. **Install PortAudio and FFmpeg.**
```bash ```bash
# For macOS # MacOS
brew install portaudio ffmpeg brew install portaudio ffmpeg
# For Ubuntu # Ubuntu
sudo apt-get install portaudio19-dev libav-tools sudo apt-get install portaudio19-dev libav-tools
``` ```
2. **Install Python dependencies.**
```bash ```bash
python -m pip install -r requirements.txt python -m pip install -r requirements.txt
``` ```
## Usage ## Usage
1. **Navigate to the project directory.**
```bash ```bash
cd OS/01 cd OS/01
``` ```
2. **Run the start script.**
```bash ```bash
bash start.sh bash start.sh
``` ```
@ -73,7 +71,3 @@ Our master task list.
Our (flexible) teams. Our (flexible) teams.
<br> <br>
<br>
> **14** days remaining until launch