Installation¶
To install using pip run the following command:
pip install coarnotifypy
Installation from source¶
Checkout the library from github:
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:
pip install .[docs,test]