Skip to content

Commit

Permalink
Merge branch 'master' into fix-dbus
Browse files Browse the repository at this point in the history
  • Loading branch information
chookity-pokk committed Oct 30, 2024
2 parents cb4676a + 6d88b8a commit 78129e4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"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": [
Expand Down

0 comments on commit 78129e4

Please sign in to comment.