Installation#
This package is distributed through the PyPi package index. As such, you can use PIP or any other compatible tool to install it. We recommend always creating a dedicated virtual environment to install dependencies.
For example, you can install the library as shown below.
pip install fame3r
If you also want to use the provided CLI, please install the required extras as shown below.
pip install fame3r[cli]