Installation

Requirements

  • Python 3.9 or newer

  • No runtime dependencies beyond the standard library

From PyPI (when published)

pip install loanpy

From GitHub

Latest release tag:

pip install "loanpy @ git+https://github.com/loanwordbank/loanpy.git@v4.0.0"

Development checkout

git clone https://github.com/loanwordbank/loanpy.git
cd loanpy
pip install -e ".[test,docs]"