Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated Python version requirement in Comp2Comp installation section
  • Loading branch information
sssomani authored Nov 27, 2023
1 parent 470f4c4 commit 34abb55
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 34abb55

Please sign in to comment.