# Installation Install Motoko and dependencies from Python packaging infrastructure: ```bash pip install motoko ``` For installation in development mode from a local checkout: ```bash pip install -e motoko_dir/ ``` From the repository root, use: ```bash pip install -e . ``` To run the local test workflow: ```bash pytest ```