Getting started#

Install#

From PyPI#

pyFOCI is available in the PyPI repositories. You can install it via pip:

pip install pyFOCI

Or e.g. with uv, here by creating a temporary virtual environment:

uv run --with pyFOCI python -c "import pyFOCI; print(pyFOCI.__version__)"