Skip to content

Commit 61b0116

Browse files
committed
2 parents 324f1d6 + 3a62b90 commit 61b0116

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ sudo apt-get install -y portaudio19-dev
6565

6666
### 2. Virtual Environment
6767

68-
> **Note:** If `python3 -m venv` fails with "No module named venv", install it first:
68+
> **Note:** If `python3 -m venv` fails with "No module named venv", install the venv package for your Python version:
6969
> ```bash
70-
> sudo apt install python3.12-venv
70+
> sudo apt install python3-venv # or python3.X-venv, e.g. python3.10-venv, python3.12-venv
7171
> ```
7272
7373
```bash

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ Multi-modal AI Studio is a conversational AI interface for building and tuning v
5252

5353
Use a virtual environment (e.g. `.venv`) so dependencies stay isolated. Recommended:
5454

55+
> **Note:** If `python3 -m venv` fails with "No module named venv", install the venv package for your Python version:
56+
> ```bash
57+
> sudo apt install python3-venv # or python3.X-venv, e.g. python3.10-venv, python3.12-venv
58+
> ```
59+
5560
```bash
5661
# Clone repository
5762
git clone https://github.com/NVIDIA-AI-IOT/multi_modal_ai_studio.git
@@ -75,7 +80,7 @@ Full steps and troubleshooting: [INSTALL.md](INSTALL.md)
7580
python -m multi_modal_ai_studio --port 8092
7681
```
7782

78-
Open **http://localhost:8092** in your browser. For voice (Riva, OpenAI, etc.) and other options, see [INSTALL.md](INSTALL.md).
83+
Open **https://localhost:8092** in your browser. For voice (Riva, OpenAI, etc.) and other options, see [INSTALL.md](INSTALL.md).
7984

8085
### Kill a Running Server
8186

0 commit comments

Comments
 (0)