Installation¶
Requirements¶
Mimicker supports Python 3.7 and above. It has no required third-party runtime dependencies.
Runtime vs. docs dependencies
mkdocs-material and pymdown-extensions are docs-only dependencies. They are never installed when users run pip install mimicker.
Install from PyPI¶
Verify the install¶
You should see the Mimicker CLI help:
Docker (no Python required)¶
If you're running Mimicker in CI without a Python environment, pull the official image:
docker pull ghcr.io/mimickerhq/mimicker:latest
docker run -p 8080:8080 ghcr.io/mimickerhq/mimicker:latest
See the Docker guide for full details.