From 1dd4a2c93a90db378eb1597518db58c7dff17d0f Mon Sep 17 00:00:00 2001 From: Orakaro Date: Sat, 28 Jun 2014 20:10:39 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49b01f8..d14ff9a 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,9 @@ You will need Python 2.7+ and pip. sudo pip install rainbowstream ``` -or try it with a virtualenv +or try with a virtualenv ```bash -pip install virtualenv # skip if you already have virtualenv +sudo pip install virtualenv # skip if you already have virtualenv virtualenv venv source venv/bin/activate # use the brand new virtualenv. pip install rainbowstream -- 2.25.1