aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2017-07-29 20:26:32 +0300
committerMart Raudsepp <leio@gentoo.org>2017-07-29 20:26:32 +0300
commitbb1726d0b8e54c7fe8157b946788001a68914be9 (patch)
treea5892111f1a9fc477ad8d8afc2e9673002864a67
parentfrontend: add basic maintainer page (diff)
downloadgrumpy-bb1726d0b8e54c7fe8157b946788001a68914be9.tar.gz
grumpy-bb1726d0b8e54c7fe8157b946788001a68914be9.tar.bz2
grumpy-bb1726d0b8e54c7fe8157b946788001a68914be9.zip
README: Suggest python3 venv module instead of virtualenv
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
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