From a8eead43278246ed324acd6146a99dad3b89a1d3 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Mon, 11 Dec 2017 20:33:36 +0100 Subject: [PATCH] Installation notes --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5b0106b6..e323cec9 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,12 @@ Installation pip install platypush ``` +### Manual Installation + +```shell +python setup.py install +``` + Configuration -------------