From bd06173b4fc0a06ffa5e0a485bb72ae357da0114 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis-Philippe=20V=C3=A9ronneau?= Date: Sat, 24 Jun 2017 14:06:34 -0400 Subject: [PATCH] make the installation process clearer --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 16172dc..2975b2a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,9 @@ Installation ------------ Supysonic can run as a standalone application (not recommended for a "production" server) -or as a WSGI application (on Apache for instance). But first: +or as a WSGI application (on Apache for instance). To install it, run: + + python setup.py install ### Prerequisites