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