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