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 ACL. * [Mara DB] implements database integration withing the Mara Framework. * [Mara Page] the basics for UI pages based on Flask. [Mara DB]: https://github.com/mara/mara-db [Mara Page]: https://github.com/mara/mara-page Install Mara ACL ---------------- To use the library directly, use pip: ``` bash $ pip install mara-acl ``` or ``` bash $ pip install git+https://github.com/mara/mara-acl.git ```