chore: update pip install instructions in README

This commit is contained in:
Hank Greenburg 2024-10-28 20:11:44 -07:00
parent 33909aa251
commit e2abab1ecc

View File

@ -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