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: `https://github.com/domonik/RAPDOR/releases `_ Please read the instructions in the following tutorial in order to run the tool: :ref:`Using Executables` Pip --- .. note:: Best practice is to install RAPDOR into an encapsulated environment e.g. via Conda: .. code-block:: conda create -n rapdor_env conda activate rapdor_env conda install python You can install RAPDOR via: .. code-block:: 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.