aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/README.md b/README.md
index 84cb569..c165292 100644
--- a/README.md
+++ b/README.md
@@ -62,12 +62,6 @@ install dependencies:
```bash
git clone https://github.com/clpo13/wikiget.git # if you plan on submitting pull requests, fork the repo instead
cd wikiget
-
-# Python 2 or 3
-pip install --user virtualenv
-virtualenv venv
-
-# Python 3
python3 -m venv venv
```