Installation ============ For users ********* Maha is a Python library, and can be simply installed via `pip `__ with: .. code-block:: bash pip install mahad # pronounced maha d .. admonition:: Why not just Maha Sadly, the name Maha is taken by another project. .. hint:: If you need help or want to discuss topics related to Maha, feel free to reach out to our `Discord `_ server or start a new `Discussion `_. If you would like to submit a bug report or feature request, please open an issue `directly on GitHub `_. Once Maha is installed, you can proceed to our :doc:`Overview ` to explore few use cases. For developers ************** In order to contribute to the library, it is recommended to install Maha in a different way. Please follow the instructions in our :doc:`contribution guide ` if you are interested in that.