Installation

Install with pip

Simply use pip to install the PyLibreLinkUp package

pip install pylibrelinkup

Install from source

Download or clone the source from Github and run pip install

git clone http://github.com/robberwick/pylibrelinkup.git
cd pylibrelinkup
pip install .

Requirements

PyLibreLinkUp has two external dependencies:

If you want to build the docs or run the tests, there are additional dependencies, which are covered in the Development section.