diff --git a/README.md b/README.md index 7972b70..bfa8d31 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,13 @@ POC implementation of the Improv-wifi protocol in python3.10 ### Installation +pyImprov is available through pypi: +``` +pip install pyImprov +``` + +To run from this folder + ``` pip install venv python3 -m venv .venv diff --git a/pyproject.toml b/pyproject.toml index 3419f0b..0862241 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyImprov" -version = "0.1.0" +version = "0.1.1" description = "Host a Improv wifi provisioning server" license = { text = "LGPL-2.1-or-later" } authors = [{ name = "Mimoja", email = "pyimprov@mimoja.de" }]