Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/grumpy:master commit in: /
Date: Sat, 29 Jul 2017 17:27:04
Message-Id: 1501349192.bb1726d0b8e54c7fe8157b946788001a68914be9.leio@gentoo
1 commit: bb1726d0b8e54c7fe8157b946788001a68914be9
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 29 17:26:32 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 29 17:26:32 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/grumpy.git/commit/?id=bb1726d0
7
8 README: Suggest python3 venv module instead of virtualenv
9
10 README | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/README b/README
14 index 091eb72..52759c3 100644
15 --- a/README
16 +++ b/README
17 @@ -2,7 +2,7 @@ Getting started
18 ===============
19 1. git clone git+ssh://git@××××××××××.org/proj/grumpy.git
20 2. cd grumpy
21 -3. virtualenv --python=python3 venv
22 +3. python3 -m venv venv
23 4. . venv/bin/activate
24 5. pip install -r requirements.txt
25 6. ./manage.py init