diff --git a/CHANGELOG.md b/CHANGELOG.md index 98b92dc..1b8a4b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## [unreleased] +* debianized package * Small fix in makefile * updated dependencies: * pytest 7.1.2 diff --git a/README.md b/README.md index 37a1494..77848f4 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,21 @@ blag runs on Linux, Mac and Windows and requires Python >= 3.8 [pypi]: https://pypi.org/project/blag/ +## Install + +blag is available on [PyPI][], you can install it via: + +```bash +$ pip install blag +``` + +On Debian or Ubuntu, you can also just install the Debian package: + +```bash +$ sudo aptitude install blag +``` + + ## Quickstart ```bash diff --git a/debian/changelog b/debian/changelog index 0392ef6..5a7771b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ blag (1.2) unstable; urgency=medium - * Initial release. + * Initial release. Closes: #1012584 -- Bastian Venthur Sun, 05 Jun 2022 15:20:48 +0200