mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-07-11 17:19:43 -04:00
Merge branch 'master' into fix-dbus
This commit is contained in:
commit
78129e40d1
2 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
|
|
2
setup.py
2
setup.py
|
@ -28,7 +28,7 @@ setup(
|
|||
"cachetools >= 3.0.0",
|
||||
"prompt_toolkit > 2, < 4",
|
||||
"typing;python_version<'3.5'",
|
||||
"matrix-nio[e2e] >= 0.20, < 0.21",
|
||||
"matrix-nio[e2e] >= 0.24, < 0.25.2",
|
||||
],
|
||||
extras_require={
|
||||
"ui": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue