Installing isopyΒΆ
Isopy requires python => 3.9 and can be installed using pip. You can install isopy using the following command:
pip install isopy
This will also install libraries that isopy depend on such as numpy, scipy and matplotlib.
To upgrade to the newest version of isopy use the --upgrade flag:
pip install --upgrade isopy