Skip to content

Commit

Permalink
Merge pull request #126 from sssomani/main
Browse files Browse the repository at this point in the history
Update README.md for python version 3.8 -> 3.9
  • Loading branch information
malteekj authored Jan 22, 2024
2 parents 79a8b25 + 34abb55 commit 06e4d7b
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 @@ -25,7 +25,7 @@ Alternatively, Comp2Comp can be installed with `pip`:
```bash
git clone https://github.com/StanfordMIMI/Comp2Comp/
cd Comp2Comp
conda create -n c2c_env python=3.8
conda create -n c2c_env python=3.9
conda activate c2c_env
pip install -e .
```
Expand Down

0 comments on commit 06e4d7b

Please sign in to comment.