Getting Started for Users#

Warning

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

Install radionets#

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

Install with pip

In a virtual environment:

pip install radionets
Install with mamba / conda

Warning

radionets 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 radionets
Install with uv

Never heard of uv? See the documentation for more.

uv add radionets

Or, if you prefer the pip interface:

uv pip install radionets
Install with pixi

Never heard of pixi? See the documentation for more.

Warning

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

Recommendation

Note

We strongly recommend using uv to install radionets for now.

First Steps#

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