From ca68aeb0e999d54f08c1ae4602620bfaf8061f8e Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Mon, 11 Dec 2017 20:34:13 +0100 Subject: [PATCH] Installation notes --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e323cec9..eb38d529 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ pip install platypush ### Manual Installation ```shell +git clone https://github.com/BlackLight/platypush +cd platypush python setup.py install ```