Skip to content

Commit

Permalink
updated example developer installation to use 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelcdevin committed Oct 11, 2023
1 parent 2877d9b commit abce875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Community contributions are welcomed! 🎊

Using `conda` this looks like:
```bash
conda create -n wecopttool python=3.10
conda create -n wecopttool python=3.11
conda activate wecopttool
conda install -c conda-forge capytaine wavespectra
git clone [email protected]:<YOUR_USER_NAME>/WecOptTool.git
Expand All @@ -22,7 +22,7 @@ And using `pip`:
```bash
git clone [email protected]:<YOUR_USER_NAME>/WecOptTool.git
cd WecOptTool
python3.10 -m venv .venv
python3.11 -m venv .venv
. .venv/bin/activate
pip install -e .[dev]
```
Expand Down

0 comments on commit abce875

Please sign in to comment.