diff --git a/BirdLGGo/README.md b/BirdLGGo/README.md index 6950b9d..8a93bc8 100644 --- a/BirdLGGo/README.md +++ b/BirdLGGo/README.md @@ -1,6 +1,6 @@ -This is a [bird-lg-go](https://github.com/xddxdd/bird-lg-go/) API client for Limnoria. +This is a [bird-lg-go](https://github.com/xddxdd/bird-lg-go/) API client for Limnoria. It depends on the requests Python library (`pip install requests`) -## Configure +## Configuration First configure the following variables: diff --git a/requirements.txt b/requirements.txt index fbc79e0..7200865 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ git+https://github.com/ProgVal/Limnoria.git@testing beautifulsoup4 lxml +requests