Installation¶
Q-MM only depends on numpy and requires Python 3.6. The recommended way is
to use poetry
poetry add qmm
but you can also use pip to install in system path
pip install qmm
or user’s home
pip install --user qmm
Finally, since the toolbox is essentially just one file, and if numpy is
installed, you can also just copy the qmm directory from Github realease (or by cloning) where your code can
find it, or copy the qmm.py file and do, and do in both case
import qmm