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.
Should I use pip or …?
With many so many package installers available, installing software can be confusing. Here is a guide to help you make a sensible choice.
Are you already using an environment manager?
Great, then you should use that tool to install
radiotools.Are you considering using an environment manager?
There are lots of environment managers to choose from. If you are unsure where to start, consider starting with a Python virtual environment. mamba is also a great choice and comes in a lightweight bundle with Miniforge.
If environment managers are not your thing…
…you can also use
pipto install packages directly to your Python path using$ pip install -U radiotools
Ignoring environment management
While environment managers may sound complicated at first, they are strongly recommended. Ignoring them may lead to confusion if something breaks later on.
mamba / condaWarning
radiotools is not yet released on conda-forge.
A release is planned for the future.
uvNever heard of uv? See the documentation for more.
uv add radiotools
Or, if you prefer the pip interface:
uv pip install radiotools
pixiNever heard of pixi? See the documentation for more.
Warning
radiotools is not yet released on conda-forge.
A release is planned for the future.
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.