Skip to content

Commit 3576650

Browse files
committed
Create new ### Using operate Modes section
1 parent 421907e commit 3576650

File tree

1 file changed

+23
-9
lines changed

1 file changed

+23
-9
lines changed

README.md

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,6 @@ source venv/bin/activate
6868
```
6969
pip install -r requirements.txt
7070
```
71-
5.1 **Optional installs for voice control**:
72-
```
73-
pip install -r requirements-audio.txt
74-
75-
For mac users:
76-
brew install portaudio
77-
For Linux users:
78-
sudo apt install portaudio19-dev python3-pyaudio
79-
```
8071
6. **Install Project and Command-Line Interface**:
8172
```
8273
pip install .
@@ -100,6 +91,29 @@ operate
10091
<img src="https://github.com/OthersideAI/self-operating-computer/blob/main/readme/terminal-access-2.png" width="300" style="margin: 10px;"/>
10192
</div>
10293

94+
### Using `operate` Modes
95+
96+
#### Voice Mode
97+
- Install the additional `requirements-audio.txt`
98+
```
99+
pip install -r requirements-audio.txt
100+
```
101+
**Install device requirements**
102+
- For mac users:
103+
```
104+
brew install portaudio
105+
```
106+
- For Linux users:
107+
```
108+
sudo apt install portaudio19-dev python3-pyaudio
109+
```
110+
Run with voice mode
111+
```
112+
operate --voice
113+
114+
```
115+
116+
103117
### Contributions are Welcomed!:
104118

105119
If you want to contribute yourself, see [CONTRIBUTING.md](https://github.com/OthersideAI/self-operating-computer/blob/main/CONTRIBUTING.md).

0 commit comments

Comments
 (0)