Installation#

Linux or Windows#

Executable#

Warning

Executables are highly experimental. Depending on your OS and installed libraries they might not work. We can not guarantee that they work for your computer setup. Thus, we recommend installing the pip package instead.

We provide executable versions of the tool for some operating systems (OS). If you are not familiar with virtual environments and the command line you can use the RAPDOR them. Those are provided via github. You can get the latest versions for your OS via the assets dropdown here:

domonik/RAPDOR

Please read the instructions in the following tutorial in order to run the tool:

Using Executables

Pip#

Note

Best practice is to install RAPDOR into an encapsulated environment e.g. via Conda:

conda create -n rapdor_env
conda activate rapdor_env
conda install python

You can install RAPDOR via:

pip install RAPDOR

Conda#

Building a conda package is in planning but not done yet

macOS#

You can install it just like in linux. However, there are no executables for macOS available. Consequently, you need to use the command line.