Skip to content

Commit a67bfb5

Browse files
authored
doc(conda): pinning python version (#816)
pinning python version
1 parent 0ec82fe commit a67bfb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ pip install --upgrade -r requirements.txt
9696

9797
#### 2. Install from conda
9898
```bash
99-
conda create -n chattts
99+
conda create -n chattts python=3.11
100100
conda activate chattts
101101
pip install -r requirements.txt
102102
```

0 commit comments

Comments
 (0)