Browse Source
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 ```pull/2891/head
Earl C. Ruby III
6 years ago
committed by
Earl C. Ruby III