Development¶ For development we use makeapp. Install: 1$ uv tool install makeapp After the repository is cloned, we use the following command in its directory: 1 2 3 4 5# install utilities required $ ma tools # initialize virtual environment $ ma up --tool Now you are ready to develop. Run tests with 1$ma tests Check code style before pull request: 1$ ma style