docs: Drop reference to Python 2

Python 2 is dead, let's not encourage people to add support for it.

Signed-off-by: Paul Barker <pbarker@konsulko.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
Paul Barker 2020-05-30 15:24:34 +02:00 committed by Jan Kiszka
parent f03f79c814
commit d81c794f30

View File

@ -11,10 +11,6 @@ This project depends on
- jsonschema Python 3 package - jsonschema Python 3 package
- PyYAML Python 3 package (optional, for yaml file support) - PyYAML Python 3 package (optional, for yaml file support)
If you need Python 2 support consider sending patches. The most
obvious place to start is to use the trollius package instead of the
asyncio.
To install kas into your python site-package repository, run:: To install kas into your python site-package repository, run::
$ sudo pip3 install . $ sudo pip3 install .