Installation
Dependencies
Recommended
- Matplotlib (plotting)
- PyTMM (for some examples)
Installation
After installing a Python 3 distribution with Numpy and Scipy (A list of distributions available here.), installation of the PyATMM should generally be as easy as downloading a release or cloning the repository and either
python3 setup.py install
for a source download
or
pip3 install PyATMM-1.0.0a0-py3-none-any.whl
if installing a release wheel.