Installation Guide#

Installation Guide#

Quick Install#

pip install pychum

Requirements#

  • Python 3.10, 3.11, or 3.12

  • jinja2 (template rendering)

  • tomli (TOML parsing)

  • ase (atomic structure I/O)

  • rgpycrumbs (shared helpers)

Suite unit conversion for outputs lives in chemparseplot.units, not here.

Platform Notes#

  • Linux: Full support

  • macOS: Full support

  • Windows: Full support

Verification#

python -c "import pychum; print(pychum.__version__)"

See Also#