update readme
This commit is contained in:
parent
55e1621637
commit
42bcf83b2d
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue