Getting Started for Users#

Warning

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

Install radiosim#

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

Install with pip

In a virtual environment:

pip install radiosim
Install with mamba / conda

Warning

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

Never heard of uv? See the documentation for more.

uv add radiosim

Or, if you prefer the pip interface:

uv pip install radiosim
Install with pixi

Never heard of pixi? See the documentation for more.

Warning

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

Recommendation

Note

We strongly recommend using uv to install radiosim for now.

First Steps#

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