Skip to content

Commit

Permalink
chore: update pip install instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
chookity-pokk committed Oct 29, 2024
1 parent 33909aa commit e2abab1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ Installing pantalaimon works like usually with python packages:

python setup.py install

or you can use `pip` and install it with:
```
pip install .[ui]
```

Pantalaimon can also be found on pypi:

pip install pantalaimon
Expand Down

0 comments on commit e2abab1

Please sign in to comment.