Startup

To start Measy; open a terminal window. Browse to the Measy installation folder, and type the following commands:

. venv/bin/activate
main.py

This will hopefully start Measy without any problems. You can start the web GUI on http://127.0.0.1:5000 . If you changed the port value on configuration, the port in the URL will be different.

If you need help on how to use the web gui, you can find its detailed explanation on DataBus documentation.