From 8e004f8dcf1b2d0a5c4fe9d63ca05a50ae45d3fe Mon Sep 17 00:00:00 2001 From: Orakaro Date: Sat, 12 Jul 2014 12:00:55 +0900 Subject: [PATCH] Update README.rst --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7df81d8..1c6a6f0 100644 --- a/README.rst +++ b/README.rst @@ -23,11 +23,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