Installation

Contents

Installation#

GitHub#

The development version is available from GitHub.

pip install git+https://github.com/imw-md/motep.git

For development:

  • Clone the GitHub repository.

  • Install build-time requirements.

  • Install motep in the editable mode with --no-build-isolation.

git clone git@github.com:imw-md/motep.git
cd motep
pip install meson-python setuptools_scm "numpy>=2,<3"
pip install --no-build-isolation -e .