Spaces:
Sleeping
Sleeping
Vinh Nguyen
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -48,11 +48,12 @@ git clone https://github.com/vinhnx/InkChatGPT.git
|
|
48 |
cd InkChatGPT
|
49 |
```
|
50 |
|
51 |
-
2.
|
|
|
52 |
|
53 |
```sh
|
54 |
-
|
55 |
-
source
|
56 |
```
|
57 |
|
58 |
3. Install the required dependencies:
|
|
|
48 |
cd InkChatGPT
|
49 |
```
|
50 |
|
51 |
+
2. Setup Virtual Environment
|
52 |
+
We recommend setting up a virtual environment to isolate Python dependencies, ensuring project-specific packages without conflicting with system-wide installations.
|
53 |
|
54 |
```sh
|
55 |
+
python3 -m venv venv
|
56 |
+
source venv/bin/activate
|
57 |
```
|
58 |
|
59 |
3. Install the required dependencies:
|