Installation#
Install the latest published release from PyPI:
pip install coilpy
Install the latest development snapshot from GitHub:
pip install git+https://github.com/USTCstellarators/coilpy
Install from a local checkout while you are developing:
pip install -e .
After installation, import the public API with:
from coilpy import *