aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCody Logan <clpo13@gmail.com>2020-01-03 11:49:28 -0800
committerCody Logan <clpo13@gmail.com>2020-01-03 11:49:28 -0800
commit71516a1fc095dcbddfefb1482168246a73098e89 (patch)
tree7c06c738d3fd70cf6b34c0b894fdb94a51e6e378 /README.md
parent80de3d14325a15bf30f1d6863d996a4dd0d87e0f (diff)
downloadwikiget-71516a1fc095dcbddfefb1482168246a73098e89.tar.gz
wikiget-71516a1fc095dcbddfefb1482168246a73098e89.zip
Update README and PyPI identifiers
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
```