Installation ============ To install using ``pip`` run the following command: .. code-block:: console pip install coarnotifypy Installation from source ------------------------ Checkout the library from github: .. code-block:: console git clone https://github.com/coar-notify/coarnotifypy.git cd coarnotifypy pip install . To install the dependencies required for documentation generation use ``docs`` and for testing use ``test`` as follows: .. code-block:: console pip install .[docs,test]