summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2019-03-16 21:18:51 +0100
committerJelle van der Waa <jelle@vdwaa.nl>2019-03-16 21:18:51 +0100
commit57e26f7198881e66df57fea597717980147822e8 (patch)
tree06d1d747b058c9020c9c2b0495d9de9d98559965
parentab9bcfef16876a7d1c25a4dd85000928582ea2d4 (diff)
downloadarchweb-57e26f7198881e66df57fea597717980147822e8.tar.gz
archweb-57e26f7198881e66df57fea597717980147822e8.zip
Update to python's builtin virtualenv
Close: #188
-rw-r--r--README.md5
1 files 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.