# Installation ## From PyPI You can install `landau` using pip: ```bash pip install landau ``` ## From Source To install the latest version from source, clone the repository and install it in editable mode: ```bash git clone https://github.com/eisenforschung/landau.git cd landau pip install -e . ``` ## Building packages If you want to build the package yourself: ```bash pip install build python -m build --sdist ```