From 4d52e5af6c4f469da8c29858c178af2053bb31c6 Mon Sep 17 00:00:00 2001 From: Igor Dejanovic <igor.dejanovic@gmail.com> Date: Sat, 20 Sep 2014 16:06:42 +0200 Subject: [PATCH] Addition to Installation section in README --- README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 83d60e4..546ae96 100644 --- a/README.rst +++ b/README.rst @@ -18,7 +18,11 @@ INSTALLATION ------------ Arpeggio is written in Python programming language and distributed with setuptools support. -Install it with the following command:: +Install it with from pypi with the following command:: + + pip install Arpeggio + +Or from source with:: python setup.py install -- 2.18.0