Skip to content

Commit

Permalink
python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahOuologuem committed Mar 2, 2024
1 parent e869c6a commit 7f48c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ conda config --add channels conda-forge
conda config --set channel_priority strict
# you should remove the strict priority afterwards!
conda search r-base
conda create --name pipeline_env python=3.11 r-base=4.3.0
conda create --name pipeline_env python=3.10 r-base=4.3.0
```

now we activate the environment
Expand Down

0 comments on commit 7f48c37

Please sign in to comment.