From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A76B7139694 for ; Sat, 29 Jul 2017 17:27:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E12AA1FC050; Sat, 29 Jul 2017 17:27:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BCB5D1FC050 for ; Sat, 29 Jul 2017 17:27:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 94DB7341A83 for ; Sat, 29 Jul 2017 17:27:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8443A2FA for ; Sat, 29 Jul 2017 17:27:00 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1501349192.bb1726d0b8e54c7fe8157b946788001a68914be9.leio@gentoo> Subject: [gentoo-commits] proj/grumpy:master commit in: / X-VCS-Repository: proj/grumpy X-VCS-Files: README X-VCS-Directories: / X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: bb1726d0b8e54c7fe8157b946788001a68914be9 X-VCS-Branch: master Date: Sat, 29 Jul 2017 17:27:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 29e5051e-642c-49e8-90bb-437913af766a X-Archives-Hash: 256f9aec7dde5f0a09f4ee1cc910850a commit: bb1726d0b8e54c7fe8157b946788001a68914be9 Author: Mart Raudsepp gentoo org> AuthorDate: Sat Jul 29 17:26:32 2017 +0000 Commit: Mart Raudsepp gentoo 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://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