update readme

This commit is contained in:
Jack Robison 2018-10-18 11:53:10 -04:00
parent 55e1621637
commit 42bcf83b2d
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -1,8 +1,11 @@
[![codecov](https://codecov.io/gh/lbryio/aioupnp/branch/master/graph/badge.svg)](https://codecov.io/gh/lbryio/aioupnp)
[![PyPI version](https://badge.fury.io/py/aioupnp.svg)](https://badge.fury.io/py/aioupnp)
[![Python 3.6](https://img.shields.io/badge/python-3.6-green.svg)](https://www.python.org/downloads/release/python-360/)
[![Python 3.7](https://img.shields.io/badge/python-3.7-green.svg)](https://www.python.org/downloads/release/python-370/)
# UPnP for asyncio
`aioupnp` is a python 3.7 library and command line tool to interact with UPnP gateways using asyncio. `aioupnp` requires the `netifaces` module.
`aioupnp` is a python 3.6/7 library and command line tool to interact with UPnP gateways using asyncio. `aioupnp` requires the `netifaces` module.
## Supported devices
DD-WRT
@ -14,7 +17,7 @@
## Installation
Verify the default python is python 3.7
Verify the default python is python 3.6 or 3.7
```
python --version