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

  1. 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.

  2. Extract to source code to a desired location.

  3. Open a terminal with an appropriate python environment (Python 3.0 or higher) and Numpy (1.5 or higher, tested with 2.0)

  4. Change to the directory of the ARTmie project (dir above src):

    cd /path/to/ARTmie
    
  5. 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