This commit is contained in:
Hsiao-Wei Wang 2020-07-28 14:26:20 +08:00
parent 9bdcc10615
commit da74d0b92c
No known key found for this signature in database
GPG Key ID: 95B070122902DEA4

View File

@ -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
```