update readme

This commit is contained in:
Jack Robison 2018-10-16 09:01:25 -04:00
parent cc038e9887
commit fea983ed5a
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -2,7 +2,7 @@
# UPnP for asyncio # UPnP for asyncio
`aioupnp` is a python 3 library and command line tool to interact with UPnP gateways using asyncio. `aioupnp` requires the `netifaces` module. `aioupnp` is a python 3.7 library and command line tool to interact with UPnP gateways using asyncio. `aioupnp` requires the `netifaces` module.
## Supported devices ## Supported devices
DD-WRT DD-WRT
@ -12,12 +12,18 @@
## Installation ## Installation
For normal usage Verify the default python is python 3.7
```
python --version
```
Installation for normal usage
``` ```
pip install aioupnp pip install aioupnp
``` ```
For development Installation for development
``` ```
git clone https://github.com/lbryio/aioupnp.git git clone https://github.com/lbryio/aioupnp.git
cd aioupnp cd aioupnp