Installation notes

This commit is contained in:
Fabio Manganiello 2017-12-11 20:34:13 +01:00
parent a8eead4327
commit ca68aeb0e9
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ pip install platypush
### Manual Installation
```shell
git clone https://github.com/BlackLight/platypush
cd platypush
python setup.py install
```