Modified README for RAPIDS-CalculatingFeatures integration.
parent
a357138f6e
commit
f9e40711e7
20
README.md
20
README.md
|
@ -11,3 +11,23 @@
|
||||||
For more information refer to our [documentation](http://www.rapids.science)
|
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/)
|
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.
|
||||||
|
```
|
Loading…
Reference in New Issue