Skip to content
Commit 97a05ff3 authored by Earl C. Ruby III's avatar Earl C. Ruby III Committed by Earl C. Ruby III
Browse files

Fix the Python and pip version flag in the README

The README says to check if Python and pip are installed type:

```
python -v && pip -v
```

Lowercase `-v` is `--verbose`, uppercase `-V` is `--version`. The
command should be:

```
python -V && pip -V
```
parent 6ac601fd
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment