add venv activation readme

This commit is contained in:
Xaloc 2023-10-04 16:24:53 +02:00
parent dc3d69e443
commit 5fdd753e90

View File

@ -10,8 +10,13 @@ Go to the folder of the repository and reate a virtual environment
```bash
python -m venv <name>
```
### Step 3
Activate the environment
```bash
source <name>/bin/activate
```
### Step 4
Install the requirements (there's a ton because we use the whisper engine for speech to text)
```bash
pip install -r requirements.txt