From da74d0b92c06056a0b7f6ed23abc771a8a25389d Mon Sep 17 00:00:00 2001 From: Hsiao-Wei Wang Date: Tue, 28 Jul 2020 14:26:20 +0800 Subject: [PATCH] pip3/pip --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 92800a7..2f2a6e4 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ See [here](#successful-message) Ensure you are using Python version >= Python3.7: ```sh -python -V +python3 -V ``` ##### Step 1. Installation @@ -169,6 +169,7 @@ python -V For the [virtualenv](https://virtualenv.pypa.io/en/latest/) users, you can create a new venv: ```sh +pip3 install virtualenv virtualenv venv ./venv/bin/activate ``` @@ -290,6 +291,7 @@ python -V For the [virtualenv](https://virtualenv.pypa.io/en/latest/) users, you can create a new venv: ```sh +pip install virtualenv virtualenv venv ./venv/bin/activate ```