add venv activation readme
This commit is contained in:
parent
dc3d69e443
commit
5fdd753e90
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user