Skip to content

Commit

Permalink
fixed: install option using -m pip install .
Browse files Browse the repository at this point in the history
  • Loading branch information
mh4x0f committed Oct 23, 2023
1 parent faa0e92 commit 513eb7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ python3 -c "from PyQt5.QtCore import QSettings; print('done')"
now, if you got the message `done`, nice. the next step is install the `wp3`:

```sh
$ sudo python3 setup.py install
$ sudo python3 -m pip install .
```
if you see this message bellow, everything ok !

Expand Down

0 comments on commit 513eb7c

Please sign in to comment.