Installation

Install Motoko and dependencies from Python packaging infrastructure:

pip install motoko

For installation in development mode from a local checkout:

pip install -e motoko_dir/

From the repository root, use:

pip install -e .

To run the local test workflow:

pytest