Skip to content

Installation

You can install FEZrs using your preferred Python package manager.

Using pip (PyPI)

bash
pip install fezrs

Using conda (Anaconda)

bash
conda install -c FEZtool fezrs

Using mamba

bash
mamba install FEZtool::fezrs

NOTE

The mamba command requires Mamba to be installed. If Mamba is not available on your system, use the conda command instead.

Built with VitePress