Alexey-Stupishin / pyAMaFiL

MIT License
0 stars 0 forks source link

pyAMaFiL

Installing from Github

pip install -U git+https://github.com/Alexey-Stupishin/pyAMaFiL

PyPI

Coming soon!

Testing development version

git submodule update --init --remote --recursive
pip install .

Or, to install an editable version:

pip install --editable .

Importing class from Python

from pyAMaFiL.mag_field_wrapper import MagFieldWrapper

maglib = MagFieldWrapper()