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. * `click`_ is a package for creating beautiful command line interfaces in a composable way with as little code as necessary .. _click: https://palletsprojects.com/p/click/ Install Mara Storage -------------------- To use the library directly, use pip: .. tabs:: .. group-tab:: pip .. code-block:: bash $ pip install mara-storage .. group-tab:: pip + git repo .. code-block:: bash $ pip install git+https://github.com/mara/mara-storage.git