Skip to content

Commit 07b34f4

Browse files
committed
readme updates
1 parent 76f6dc2 commit 07b34f4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ The following are the current programs in the NPC shell:
405405
406406
407407
408-
## `alicanto` : a deep research focused agent flow.
408+
## `alicanto` : a research exploration agent flow.
409409
410410
<p align="center"><a href ="https://github.com/cagostino/npcpy/blob/main/docs/deep.md">
411411
<img src="https://raw.githubusercontent.com/cagostino/npcpy/main/npcpy/npc_team/alicanto.png" alt="logo for deep research", width=250></a>
@@ -509,6 +509,7 @@ yap
509509
<details> <summary> Toggle </summary>
510510
511511
```bash
512+
512513
# these are for audio primarily, skip if you dont need tts
513514
sudo apt-get install espeak
514515
sudo apt-get install portaudio19-dev python3-pyaudio
@@ -536,12 +537,16 @@ pip install 'npcpy[local]'
536537
pip install 'npcpy[yap]'
537538
# if you want everything:
538539
pip install 'npcpy[all]'
540+
539541
```
542+
540543
</details>
541544

542545

543546
### Mac install
547+
544548
<details> <summary> Toggle </summary>
549+
545550
```bash
546551
#mainly for audio
547552
brew install portaudio

0 commit comments

Comments
 (0)