Installation¶
Use pip to Install¶
The recommended way to install calcpy
is via pip
. And it is recommended to always install the latest version.
pip install --upgrade calcpy
Compatibility¶
calcpy
only supports Python 3.8+. (Why? How to support lower version?)