Installing Fider Python
Fider Python supports Python 3.10+. The recommended way to install is via
pip.
pip install fider-py
Note
Depending on your system, you may need to use pip3 to install packages for
Python 3.
Or with uv:
uv add fider-py
Warning
Avoid using sudo to install packages. Do you really trust this package?
For instructions on installing Python and pip see “The Hitchhiker’s Guide to Python” Installation Guides.
Updating Fider Python
fider-py can be updated by running:
pip install --upgrade add fider-py