Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 762 Bytes

installation.rst

File metadata and controls

38 lines (25 loc) · 762 Bytes

Installation & usage

Installation

Ragavi is available on PYPI and can be installed via pip or from source.

To install via pip, type on your terminal

$ pip install ragavi

This is the recommended installation method and will install the latest release.

To install from source:

$ git clone https://github.com/ratt-ru/ragavi.git
$ cd ragavi
$ pip install .

To check whether installation was successful

$ ragavi-gains -h
$ ragavi-vis -h

This will bring up a help menu for ragavi-gains and ragavi-vis respectively.

Usage