diff --git a/docs/install.md b/docs/install.md index 38145f18..e2b1664c 100644 --- a/docs/install.md +++ b/docs/install.md @@ -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