Installation#
The DRAN program was developed using the uv package management system. A copy of the program can be downoaded from the python package manager repository pypi using the pip command
To install the dran package
# install with pip
$ pip install dran
# install with uv
uv run dran
Once DRAN is successfully loaded. You can head over to the Tutorials to start using DRAN.