update readme
This commit is contained in:
parent
cc038e9887
commit
fea983ed5a
1 changed files with 9 additions and 3 deletions
12
README.md
12
README.md
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue