README: few changes.
parent
a65a85cce9
commit
21eb2665d7
10
README.md
10
README.md
|
@ -47,18 +47,20 @@ Type R to go to the interactive R session and then:
|
||||||
|
|
||||||
6. Install cr-features module
|
6. Install cr-features module
|
||||||
From: https://repo.ijs.si/matjazbostic/calculatingfeatures.git -> branch calculations_for_rapids.
|
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.
|
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
|
conda env update --file environment.yml –prune
|
||||||
|
|
||||||
8. If you wish to update your R or Python venvs.
|
8. If you wish to update your R or Python venvs.
|
||||||
```
|
```
|
||||||
R interactive session – renv::snapshot()
|
R in interactive session:
|
||||||
Python: conda env export --no-builds | sed 's/^.*libgfortran.*$/ - libgfortran/' | sed 's/^.*mkl=.*$/ - mkl/' > environment.ym
|
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).
|
This RAPIDS extension uses CalculatingFeatures library accessible [here](https://repo.ijs.si/matjazbostic/calculatingfeatures).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue