Installation
You can install FEZrs using your preferred Python package manager.
Using pip (PyPI)
bash
pip install fezrsUsing conda (Anaconda)
bash
conda install -c FEZtool fezrsUsing mamba
bash
mamba install FEZtool::fezrsNOTE
The mamba command requires Mamba to be installed. If Mamba is not available on your system, use the conda command instead.

