Skip to content

Commit

Permalink
doc(conda): pinning python version (#816)
Browse files Browse the repository at this point in the history
pinning python version
  • Loading branch information
haydonryan authored Nov 5, 2024
1 parent 0ec82fe commit a67bfb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ pip install --upgrade -r requirements.txt

#### 2. Install from conda
```bash
conda create -n chattts
conda create -n chattts python=3.11
conda activate chattts
pip install -r requirements.txt
```
Expand Down

0 comments on commit a67bfb5

Please sign in to comment.