Installation
cfinterface
is available for Python versions starting at 3.10
.
Note
Installation as a root user is not recommended. Please setup a virtual environment, e.g., via venv, Anaconda or Miniconda, or create a Docker image. The easiest setup for you is probably with uv.
Installation via PyPi
To install cfinterface
using pip, run
pip install cfinterface
Installing directly from GitHub
The pip syntax can be overloaded for installing directly from Git repositories. This is specially useful for testing development branches in your applications. Simply run
pip install git+https://github.com/rjmalves/cfinterface.git