Skip to content

Commit

Permalink
README: refer to the PyPI package
Browse files Browse the repository at this point in the history
gbp-ps is now on PyPI so it can be (pip-)installed from there.
  • Loading branch information
enku committed Dec 2, 2023
1 parent e81210f commit ec4101c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Install the gbp-ps package onto the GBP instance.
```sh
cd /home/gbp
sudo -u gbp -H git -C gentoo-build-publisher pull
sudo -u gbp -H ./bin/pip install git+https://github.com/enku/gbp-ps
sudo -u gbp -H ./bin/pip install gbp-ps
```

Now add `"gbp_ps"` to your `INSTALLED_APPS`:
Expand Down

0 comments on commit ec4101c

Please sign in to comment.