Getting Started for Users#

Warning

The following guide is for users. If you want to contribute to radiotools as a developer, see Getting Started for Developers.

Install radiotools#

radiotools is available on PyPI To install radiotools into an existing virtual environment, use one of the following installation methods.

Install with pip

In a virtual environment:

pip install radiotools
Install with mamba / conda

Warning

radiotools is not yet released on conda-forge. A release is planned for the future.

Install with pipx

Never heard of pipx? See the documentation for more.

pipx install radiotools
Install with uv

Never heard of uv? See the documentation for more.

uv add radiotools

Or, if you prefer the pip interface:

uv pip install radiotools
Install with pixi

Never heard of pixi? See the documentation for more.

Warning

radiotools is not yet released on conda-forge. A release is planned for the future.

Recommendation

Note

We strongly recommend using uv to install radiotools for now.

First Steps#

To get to know radiotools, check out the Tutorials and Examples section.