commit:     bb1726d0b8e54c7fe8157b946788001a68914be9
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 29 17:26:32 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Jul 29 17:26:32 2017 +0000
URL:        https://gitweb.gentoo.org/proj/grumpy.git/commit/?id=bb1726d0

README: Suggest python3 venv module instead of virtualenv

 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index 091eb72..52759c3 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ Getting started
 ===============
 1. git clone git+ssh://[email protected]/proj/grumpy.git
 2. cd grumpy
-3. virtualenv --python=python3 venv
+3. python3 -m venv venv
 4. . venv/bin/activate
 5. pip install -r requirements.txt
 6. ./manage.py init

Reply via email to