Merge pull request #179 from matrix-org/update-install-instructions

docs: Update install instructions
This commit is contained in:
Hank Greenburg 2024-10-29 08:41:54 -07:00 committed by GitHub
commit 6d88b8a215
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,6 +25,14 @@ Installing pantalaimon works like usually with python packages:
python setup.py install
or you can use `pip` and install it with:
```
pip install .[ui]
```
It is recommended that you create a virtual environment first or install dependencies
via your package manager. They are usually found with `python-<package-name>`.
Pantalaimon can also be found on pypi:
pip install pantalaimon