Skip to content

Installation

github-actions[bot] edited this page Aug 21, 2026 · 4 revisions

Pre-requisites

You need Python >=3.11 on your machine to install raydar.

Install with pip

pip install raydar

Install with conda

conda install raydar --channel conda-forge

Source installation

For other platforms and for development installations, build raydar from source.

Clone this wiki locally