aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-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