README: few changes.

sociality-task
Primoz 2022-07-08 10:40:08 +00:00
parent a65a85cce9
commit 21eb2665d7
1 changed files with 6 additions and 4 deletions

View File

@ -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).