Installation

GitHub stars PyPI downloads PyPI PyPI - Support Python Versions Poetry

Using Pip

# same as above, you can choose to install "pfund[all]", "pfund[data,ml,fe]", "pfund[data,ml]", "pfund[data]" or "pfund"
pip install "pfund[all]"

# install the latest version:
pip install -U pfund

Checking your installation

$ pfund --version