From bb1726d0b8e54c7fe8157b946788001a68914be9 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Sat, 29 Jul 2017 20:26:32 +0300 Subject: 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://git@git.gentoo.org/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 -- cgit v1.2.3-65-gdbad