Installation#
Linux or Windows#
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
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 RAPDOR via them. Those are provided via github. You can get the latest versions for your OS via the assets dropdown here:
Please read the instructions in the following tutorial in order to run the tool:
macOS#
You can install it just like in linux via pip. However, there are no executables for macOS available. Consequently, you need to use the command line.