Skip to content

Commit 928c632

Browse files
committed
Update README.md
Signed-off-by: PeganovAnton <[email protected]>
1 parent 4c9d925 commit 928c632

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ case and deliver real-time performance. This repo provides performant client exa
3030
## Installation
3131

3232
1. Create a ``conda`` environment and activate it
33-
2. Clone ``riva-python-clients`` repo and change to the repo root
34-
3. Run commands
33+
2. From source:
34+
- Clone ``riva-python-clients`` repo and change to the repo root
35+
- Run commands
3536

3637
```bash
3738
git submodule init
@@ -40,6 +41,10 @@ pip install -r requirements.txt
4041
python3 setup.py bdist_wheel
4142
pip install --force-reinstall dist/*.whl
4243
```
44+
3. `pip`:
45+
```bash
46+
pip install riva-api
47+
```
4348

4449
If you would like to use output and input audio devices
4550
(scripts `scripts/asr/transcribe_file_rt.py`, `scripts/asr/transcribe_mic.py`, `scripts/tts/talk.py` or module

common

0 commit comments

Comments
 (0)