Installation ============ Python Version -------------- We recommend using the latest version of Python. Mara supports Python 3.6 and newer. Dependencies ------------ These packages will be installed automatically when installing Mara App. * [Flask] a lightweight WSGI web application framework * [Mara Page] core Mara package offering a minimal API for defining pages of Flask-based backends * [Mara DB]: core Mara packages for configuring and accessing multiple databases [Flask]: https://palletsprojects.com/p/flask/ [Mara Page]: https://mara-page.readthedocs.io/ [Mara DB]: https://mara-db.readthedocs.io/ Install Mara App ---------------- To use the library directly, use pip: ``` bash $ pip install mara-app ```