Installation#

Install PyRaDiSe using pip (e.g. within a Python virtual environment):

pip install pyradise

Alternatively, you can download or clone the code from GitHub and install PyRaDiSe by:

git clone https://github.com/ubern-mia/pyradise
cd pyradise
python setup.py install

Dependencies#

PyRaDiSe requires Python 3.8 (or higher) and depends on the following packages:

Building the documentation#

Building the documentation requires the following packages:

Install the required packages using pip:

pip install -r docs/requirements.txt

Note

The Pandoc package needs to be installed on the machine manually.

Then, build the documentation by running:

make html

The documentation will then be generated in the ./_docs_build/html/index.html directory.