diff --git a/README.rst b/README.rst index 83d60e42ffb560c6ea6aa53448307756ba737fc5..546ae9617c1546bae3ac96d2abb7554ffcce279b 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