From 57e26f7198881e66df57fea597717980147822e8 Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Sat, 16 Mar 2019 21:18:51 +0100 Subject: Update to python's builtin virtualenv Close: #188 --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dd74a6e8..6e9b5ecf 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@ See AUTHORS file. # Dependencies - python -- python-virtualenv - rsync (optional for mirrorcheck with rsync mirrors) # Python dependencies @@ -34,9 +33,9 @@ packages, you will probably want the following: # Testing Installation -1. Run `virtualenv3`. +1. Run `python -m venv env`. - cd /path/to/archweb && virtualenv3 ./env/ + cd /path/to/archweb && python -m venv ./env/ 2. Activate the virtualenv. -- cgit v1.2.3-55-g3dc8