Skip to content

Commit

Permalink
Merge pull request #224 from perlpunk/readme
Browse files Browse the repository at this point in the history
Add commandline usage from git clone
  • Loading branch information
mergify[bot] authored Aug 2, 2024
2 parents 166a7b1 + 482139f commit aa6f001
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ pip3 install -r requirements.txt
pip3 install .
```

To call the script from the git clone, you have to use this form:

```
python3 -m openqa_review.openqa_review
```

or if you are using openSUSE distribution, it is recommended to use `zypper`,
e.g.:

Expand Down

0 comments on commit aa6f001

Please sign in to comment.