File tree Expand file tree Collapse file tree 1 file changed +23
-9
lines changed Expand file tree Collapse file tree 1 file changed +23
-9
lines changed Original file line number Diff line number Diff line change @@ -68,15 +68,6 @@ source venv/bin/activate
6868```
6969pip 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- ```
80716 . ** Install Project and Command-Line Interface** :
8172```
8273pip 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
105119If you want to contribute yourself, see [ CONTRIBUTING.md] ( https://github.com/OthersideAI/self-operating-computer/blob/main/CONTRIBUTING.md ) .
You can’t perform that action at this time.
0 commit comments