Update README.md
This commit is contained in:
parent
e0382f329b
commit
736f8c119b
1 changed files with 3 additions and 3 deletions
|
|
@ -1,11 +1,11 @@
|
||||||
# vocode-sdk
|
# vocode-sdk
|
||||||
|
|
||||||
```
|
```bash
|
||||||
|
# set up environment
|
||||||
python3 -m venv venv
|
python3 -m venv venv
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
```
|
|
||||||
|
|
||||||
```
|
# start talking to an AI
|
||||||
python simple_conversation.py
|
python simple_conversation.py
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue