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 > ***NOTE*** Be sure to have [whither][whither] installed from this source
### PIP ### 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 ```sh
pip install PyGObject pip install -r requirements.txt
``` ```
> **NOTE** Be sure to install pip libraries as root too
## Download & Install ## Download & Install
```sh ```sh
git clone https://github.com/JezerM/web-greeter.git git clone https://github.com/JezerM/web-greeter.git
cd web-greeter cd web-greeter
sudo pip install -r requirements.txt
sudo make install sudo make install
``` ```

5
requirements.txt

@ -1,3 +1,2 @@
# This is for automated dependency tracking. See the README for dependency information. PyGObject
whither whither @ https://github.com/JezerM/whither/tarball/master
pgi

Loading…
Cancel
Save