Skip to content

Commit

Permalink
README.md: Replace deprecated direct invocation of setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Feb 12, 2024
1 parent 3c82191 commit c26e1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sudo ldconfig # linux only
```
2) in this repo, do
```
python3 setup.py install --user
python3 -m pip install --user .
```
3)

Expand Down

0 comments on commit c26e1f9

Please sign in to comment.