forked from github.com/blag
updated changelog and readme
This commit is contained in:
@@ -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
|
||||||
|
|||||||
15
README.md
15
README.md
@@ -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
2
debian/changelog
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user