Skip to content

Commit

Permalink
pip3/pip
Browse files Browse the repository at this point in the history
  • Loading branch information
hwwhww committed Jul 28, 2020
1 parent 9bdcc10 commit da74d0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,15 @@ See [here](#successful-message)
Ensure you are using Python version >= Python3.7:

```sh
python -V
python3 -V
```

##### Step 1. Installation

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
```
Expand Down Expand Up @@ -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
```
Expand Down

0 comments on commit da74d0b

Please sign in to comment.