Skip to content

Installation

github-actions[bot] edited this page Nov 13, 2025 · 3 revisions

Pre-requisites

You need Python >=3.10 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