==================== Installation ==================== Requirements ==================== * Python_ 3.10 or newer * ASE_ 3.22.1 or older .. _Python: https://www.python.org/ .. _ASE: https://wiki.fysik.dtu.dk/ase/index.html Installation from source ========================= We currently only test on Linux systems. On windows we recommend the `Windows Subsystem for Linux (WSL) `_. The exact list of dependencies are given in setup.py and all of them will be automatically installed during setup. :git: The source is available on `github `_, which can be installed using `uv `_ as:: $ git clone https://github.com/SINGROUP/Runner.git $ cd Runner $ uv sync To use familiar `pip` workflow:: $ cd Runner $ git pull $ uv pip install . --upgrade