Skip to content

Commit

Permalink
Disambiguate docs and refer to Python3 explicitly
Browse files Browse the repository at this point in the history
Otherwise pip might be pip2 depending on the system.
  • Loading branch information
kalikiana authored and okurz committed Mar 11, 2021
1 parent 5015ad8 commit 1ae969b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ For more details read the documentation within `openqa_review/openqa_review.py`.
such as [VirtualEnv](http://docs.python-guide.org/en/latest/dev/virtualenvs/).

```
pip install -r requirements.txt
pip install .
pip3 install -r requirements.txt
pip3 install .
```

or if you are using openSUSE distribution, it is recommended to use `zypper`,
Expand Down

0 comments on commit 1ae969b

Please sign in to comment.