-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Try specifying subversion * Test new cache * revert to 3.12 * Revert comment back to normal
- Loading branch information
Showing
5 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ Using `conda` this looks like: | |
```bash | ||
conda create -n wecopttool | ||
conda activate wecopttool | ||
conda install -c conda-forge python=3.13 capytaine wavespectra | ||
conda install -c conda-forge python=3.12 capytaine wavespectra | ||
git clone [email protected]:<YOUR_USER_NAME>/WecOptTool.git | ||
cd WecOptTool | ||
pip install -e .[dev] | ||
|
@@ -22,7 +22,7 @@ And using `pip`: | |
```bash | ||
git clone [email protected]:<YOUR_USER_NAME>/WecOptTool.git | ||
cd WecOptTool | ||
python3.13 -m venv .venv | ||
python3.12 -m venv .venv | ||
. .venv/bin/activate | ||
pip install -e .[dev] | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters