Browse Source

Updated requirements

sisyphus
JezerM 4 years ago
parent
commit
d0403c3c7b
No known key found for this signature in database
GPG Key ID: 66BBC5D01388C6B5
  1. 7
      README.md
  2. 5
      requirements.txt

7
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
```

5
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

Loading…
Cancel
Save