Modified README for RAPIDS-CalculatingFeatures integration.

sociality-task
Primoz 2022-03-30 16:17:07 +00:00
parent a357138f6e
commit f9e40711e7
1 changed files with 20 additions and 0 deletions

View File

@ -11,3 +11,23 @@
For more information refer to our [documentation](http://www.rapids.science)
By [MoSHI](https://www.moshi.pitt.edu/), [University of Pittsburgh](https://www.pitt.edu/)
## Installation
For RAPIDS installation refer to to the [documentation](https://www.rapids.science/1.8/setup/installation/)
## CalculatingFeatures
This RAPIDS extension uses CalculatingFeatures library accessible [here](https://repo.ijs.si/matjazbostic/calculatingfeatures).
To use CalculatingFeatures library:
- Follow the installation instructions in the [README.md](https://repo.ijs.si/matjazbostic/calculatingfeatures/-/blob/master/README.md).
- Copy built calculatingfeatures folder into the RAPIDS workspace.
- Install the CalculatingFeatures package by:
```
pip install "path/to/the/calculatingfeatures/folder"
You can then delete the folder after the package is installed.
CalculatingFeatures package has to be built and installed everytime to get the newest version.
```