.. _installation: Installation ============ Below you will find information regarding what is required to install the application and instructions on how to run it. Installation ------------ To install the package, simply run .. code:: bash pip install MarkdownClerk If you wish to build from source, you can run .. code:: bash git clone https://github.com/johnpneumann/MarkdownClerk.git cd MarkdownClerk pip install --upgrade . Next ---- Start using it! You can move to the :ref:`Usage ` docs to see usage information, or you can consult the :doc:`API ` for information about each module.