Installation

From PyPI

You can install landau using pip:

pip install landau

From Source

To install the latest version from source, clone the repository and install it in editable mode:

git clone https://github.com/eisenforschung/landau.git
cd landau
pip install -e .

Building packages

If you want to build the package yourself:

pip install build
python -m build --sdist