RAD-tools splits into WULFRIC Read more here

Quickstart#

Welcome to the quickstart guide of RAD-tools!

Installation#

If you already have Python install you may simply run:

pip install rad-tools

For the full guide on RAD-tools installation see Installation.

How to import RAD-tools#

To use RAD-tools in your python code import it like this:

import radtools as rad

The shorten import name rad simplifies the readability of python code. It is used in the examples and we encourage you to use it as well.

Further reading#

If you want to use predefined scenarios from the command line check out Scripts guide. If you want to use RAD-tools in your python scripts check out Module guide. For the full reference of modules, classes and methods see API reference. If you want to check some of the algorithms used in RAD-tools check out Library section in user guide.