Date: Apr 21, 2026, Version: , Author: E. P. Metzner
Installation and tests¶
Getting ARTmie¶
from the Python Package Index (PyPI)¶
python -m pip install ARTmie
from source¶
Download the source code from this git by clicking the triangular button next to Code on the starting page and selecting e.g. zip underneath Download source code.
Extract to source code to a desired location.
Open a terminal with an appropriate python environment (Python 3.0 or higher) and Numpy (1.5 or higher, tested with 2.0)
Change to the directory of the ARTmie project (dir above src):
cd /path/to/ARTmie
Install it with the following command:
python -m pip install .
Testing¶
Make sure, you have the latest version of Pytest:
pip --update pytest
Currently the tests can be run from the command line:
python tests/test_artmie.py