From d0403c3c7bcf23afbd54245f3c9f57d03e2d0952 Mon Sep 17 00:00:00 2001 From: JezerM Date: Sat, 10 Jul 2021 22:48:29 -0600 Subject: [PATCH] Updated requirements --- README.md | 7 +++++-- requirements.txt | 5 ++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2055704..78d4279 100644 --- a/README.md +++ b/README.md @@ -24,15 +24,18 @@ As this is based on the [master release](https://github.com/Antergos/web-greeter > ***NOTE*** Be sure to have [whither][whither] installed from this source ### PIP -You can install the above dependencies with pip. **liblightdm-gobject** should be accesible if you have installed lightdm. +Above dependencies can be installed with pip as well. ```sh -pip install PyGObject +pip install -r requirements.txt ``` +> **NOTE** Be sure to install pip libraries as root too + ## Download & Install ```sh git clone https://github.com/JezerM/web-greeter.git cd web-greeter +sudo pip install -r requirements.txt sudo make install ``` diff --git a/requirements.txt b/requirements.txt index a2af62b..18b4b84 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,2 @@ -# This is for automated dependency tracking. See the README for dependency information. -whither -pgi +PyGObject +whither @ https://github.com/JezerM/whither/tarball/master