Install MicroRapid CLI tools via pip:
```bash
pip install microrapid
```
This will install both `mrapids` and `mrapids-agent` commands.
```bash
mrapids init
mrapids run --operation getUser --param id=123
mrapids-agent
```
- --
The appropriate binaries will be downloaded during installation.