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 .. code-block:: none 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 .. code-block:: none pip install git+https://github.com/rjmalves/cfinterface.git