Assuming you have python and pip installed.
Install the packages:
pip install mkdocspip install mdx_truly_sane_listspip install mkdocs-material
Command to build:
mkdocs build
Command to build if using venv:
.venv/bin/mkdocs build
Command to build on Windows:
python -m mkdocs build