Installation ============ Install with pip ---------------- Simply use pip_ to install the PyLibreLinkUp package .. code-block:: bash pip install pylibrelinkup .. _pip: http://www.pip-installer.org/ Install from source ------------------- Download or clone the source from Github_ and run pip install .. code-block:: bash git clone http://github.com/robberwick/pylibrelinkup.git cd pylibrelinkup pip install . .. _github: http://github.com/robberwick/pylibrelinkup.git Requirements ------------ PyLibreLinkUp has two external dependencies: * requests_ * pydantic_ If you want to build the docs or run the tests, there are additional dependencies, which are covered in the :doc:`development` section. .. _requests: https://github.com/psf/requests/ .. _pydantic: https://github.com/pydantic/pydantic