13 Days
This commit is contained in:
parent
08cfa9e523
commit
d362bcd8a8
48
README.md
48
README.md
|
@ -4,37 +4,35 @@ 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
|
||||||
|
# MacOS
|
||||||
|
brew install portaudio ffmpeg
|
||||||
|
|
||||||
```bash
|
# Ubuntu
|
||||||
# For macOS
|
sudo apt-get install portaudio19-dev libav-tools
|
||||||
brew install portaudio ffmpeg
|
```
|
||||||
|
|
||||||
# For Ubuntu
|
```bash
|
||||||
sudo apt-get install portaudio19-dev libav-tools
|
python -m pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
2. **Install Python dependencies.**
|
|
||||||
|
|
||||||
```bash
|
|
||||||
python -m pip install -r requirements.txt
|
|
||||||
```
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
1. **Navigate to the project directory.**
|
```bash
|
||||||
|
cd OS/01
|
||||||
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd OS/01
|
bash start.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
2. **Run the start script.**
|
|
||||||
|
|
||||||
```bash
|
|
||||||
bash start.sh
|
|
||||||
```
|
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
@ -73,7 +71,3 @@ Our master task list.
|
||||||
Our (flexible) teams.
|
Our (flexible) teams.
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
> **14** days remaining until launch
|
|
||||||
|
|
Loading…
Reference in New Issue