Installation¶
mmnpz supports Python >= 3.8. It depends on numpy >= 1.20.0 and typing_extensions >= 4.6.0.
Installing with pip¶
mmnpz is available on PyPI. To install the latest release, run:
pip install mmnpz
To install the development version from github, run:
pip install https://github.com/f0k/mmnpz/archive/main.zip
Installing from source¶
To install mmnpz from source, first clone the repository:
git clone https://github.com/f0k/mmnpz.git
cd mmnpz
Then run
pip install -e .
This does an editable install; any changes to the cloned code are reflected immediately.