From fea983ed5a8a8fc1a797cb5a9a08925501e1d5fa Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Tue, 16 Oct 2018 09:01:25 -0400 Subject: [PATCH] update readme --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d3d4154..d8dbba1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # 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 DD-WRT @@ -12,12 +12,18 @@ ## Installation -For normal usage +Verify the default python is python 3.7 + +``` +python --version +``` + +Installation for normal usage ``` pip install aioupnp ``` -For development +Installation for development ``` git clone https://github.com/lbryio/aioupnp.git cd aioupnp