updated changelog and readme

This commit is contained in:
Bastian Venthur
2022-06-09 21:22:13 +02:00
parent f9b6afa80a
commit dff60d7399
3 changed files with 17 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
## [unreleased] ## [unreleased]
* debianized package
* Small fix in makefile * Small fix in makefile
* updated dependencies: * updated dependencies:
* pytest 7.1.2 * pytest 7.1.2

View File

@@ -30,6 +30,21 @@ blag runs on Linux, Mac and Windows and requires Python >= 3.8
[pypi]: https://pypi.org/project/blag/ [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 ## Quickstart
```bash ```bash

2
debian/changelog vendored
View File

@@ -1,5 +1,5 @@
blag (1.2) unstable; urgency=medium blag (1.2) unstable; urgency=medium
* Initial release. * Initial release. Closes: #1012584
-- Bastian Venthur <venthur@debian.org> Sun, 05 Jun 2022 15:20:48 +0200 -- Bastian Venthur <venthur@debian.org> Sun, 05 Jun 2022 15:20:48 +0200