Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment