Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 509 Bytes

install.rst

File metadata and controls

28 lines (15 loc) · 509 Bytes

Installation

PyPi Install

$ pip install rnaglib

Latest version

$ git clone https://github.com/cgoliver/rnaglib.git
$ cd rnaglib
$ pip install .

Warning

RNAglib does not install downstream deep learning frameworks which you may need for model training and data loading. See installation instructions for dgl and pytorch-geometric.