Installation
Requirements
The RDT has been developed and tested on Python 3.8-3.13
We recommend using a virtual environment (such as virtualenv) to avoid conflicts with other software on your device
Download Instructions
Verification
To verify that you have installed the RDT correctly, check your version using the following code:
import rdt
print(rdt.__version__)The printed version number should be the latest one found in our Release Notes.
Troubleshooting
If you are having issues installing RDT, please join our forum. We'd be happy to help!
Last updated
