From 8b076818dddf70ed88e606d7719a93cf62eadb55 Mon Sep 17 00:00:00 2001 From: Orakaro Date: Sat, 12 Jul 2014 12:01:00 +0900 Subject: [PATCH] Update index.rst --- docs/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 9c05a85..0eea1d1 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -18,11 +18,12 @@ Install The quick way ^^^^^^^^^^^^^ -You will need Python 2.7 and pip. +You will need Python and pip (2.7.x or 3.x). .. code:: bash sudo pip install rainbowstream + # Python 3 users: sudo pip3 install rainbowstream The recommended way ^^^^^^^^^^^^^^^^^^^ -- 2.25.1