Installation#
Requirements: Python 3.11+, an Anthropic API key.
pip (recommended)#
git clone https://github.com/your-org/mtf.git
cd mtf
# Core + browser GUI + GPD physics verification
pip install -e ".[dev,gui,gpd]"
# Core only
pip install -e "."
# With GPU physics verification but no GUI
pip install -e ".[gpd]"
conda#
conda env create -f environment.yml
conda activate mtf
pip install -e ".[gpd]"
API key#
export ANTHROPIC_API_KEY="sk-ant-..."
Optional extras#
Extra |
Installs |
When to use |
|---|---|---|
|
|
Browser GUI ( |
|
|
Physics verification via GPD MCP servers |
|
|
Development and testing |