From 21eb2665d7f77753a1ca6bcc7cd726e0bfd2bbcc Mon Sep 17 00:00:00 2001 From: Primoz Date: Fri, 8 Jul 2022 10:40:08 +0000 Subject: [PATCH] README: few changes. --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5a9250ce..9de69092 100644 --- a/README.md +++ b/README.md @@ -47,18 +47,20 @@ Type R to go to the interactive R session and then: 6. Install cr-features module From: https://repo.ijs.si/matjazbostic/calculatingfeatures.git -> branch calculations_for_rapids. -Then follow the CalculatingFeatures section below. +Then follow the "cr-features module" section below. 7. Install all required packages from environment.yml, prune also deletes conda packages not present in environment file. conda env update --file environment.yml –prune 8. If you wish to update your R or Python venvs. ``` - R interactive session – renv::snapshot() - Python: conda env export --no-builds | sed 's/^.*libgfortran.*$/ - libgfortran/' | sed 's/^.*mkl=.*$/ - mkl/' > environment.ym + R in interactive session: + renv::snapshot() + Python: + conda env export --no-builds | sed 's/^.*libgfortran.*$/ - libgfortran/' | sed 's/^.*mkl=.*$/ - mkl/' > environment.ym ``` -## CalculatingFeatures +## cr-features module This RAPIDS extension uses CalculatingFeatures library accessible [here](https://repo.ijs.si/matjazbostic/calculatingfeatures).