Skip to content
github-actions[bot] edited this page Jun 23, 2026 · 1 revision

Install

CaeReflex is a Python 3.10+ package built with Hatchling.

pip install -e .
pip install -e ".[server]"
pip install -e ".[mesh]"
pip install -e ".[vtk]"
pip install -e ".[gmsh]"
pip install -e ".[all,dev]"

Core dependencies are Pydantic, Typer, Rich, HTTPX, PyYAML, and BibTeX parser support. Optional extras add FastAPI/Uvicorn, meshio/NumPy, PyVista/VTK, Gmsh, and pytest.

Clone this wiki locally