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 `_.