Vinh Nguyen commited on
Commit
38e8f00
1 Parent(s): 3123032

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -48,11 +48,12 @@ git clone https://github.com/vinhnx/InkChatGPT.git
48
  cd InkChatGPT
49
  ```
50
 
51
- 2. Create a virtual environment and activate it:
 
52
 
53
  ```sh
54
- python -m venv env
55
- source env/bin/activate
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: