Installation¤
PolyKin
requires Python >= 3.10, because it makes use of recent type hint syntax. It further
relies on a number of mature and well-maintained mathematical/scientific libraries:
matplotlib
, mpmath
, numba
, numpy
, pydantic
, scipy
, etc.
Install from PyPI¤
With pip
do:
pip install polykin
With poetry
do:
poetry add polykin
Install from the source code repository¤
The very latest code (no guarantee it will work!) may be installed directly from the source code repository:
pip install git+https://github.com/HugoMVale/polykin.git
# poetry add git+https://github.com/HugoMVale/polykin.git
Report issues¤
If you encounter any issues, please report them using PolyKin’s issue tracker.