Skip to content

Commit

Permalink
add note about pinned environment
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnikaLau authored Oct 18, 2023
1 parent 11732c0 commit 7ad1bff
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 @@ -74,7 +74,7 @@ We recommend to use a conda environment created with mamba for the usage of the
### Create mamba environment
In the following instructions replace $PROJECT by $SCRATCH if using Tsa (instead of Piz Daint).

Create a mamba environment _psyplot_ with python[version>=3.7,<3.10] (psy-view requirement) and install requirements:
Create a mamba environment _psyplot_ with python[version>=3.7,<3.10] (psy-view requirement) and install requirements (if you want to use conda instead and run into troubles, you can use the pinned environment ```env/environment_pinned.yml```):

mamba env create --prefix $PROJECT/envs/psyplot -f env/environment.yml

Expand Down

0 comments on commit 7ad1bff

Please sign in to comment.