Installation
Installing Mara
Mara requires Python 3.10 or later.
Install to your Python environment with:
pip install mara
If you are planning to contribute to Mara, see Contributing for more details.
Running the examples
The examples are not installed by pip. To try them out, grab them from github:
git checkout https://github.com/radiac/mara.git
cd mara/examples
You can then run the examples using python:
python echo.py
All examples listen to 127.0.0.1 on port 9000.
Deploying Mara
If deploying your Mara project to a Linux environment, we recommend using your distribution’s init daemon (eg init.d or systemd) to run your project on boot and restart it if necessary.