Skip to content

Commit

Permalink
Merge pull request #179 from matrix-org/update-install-instructions
Browse files Browse the repository at this point in the history
docs: Update install instructions
  • Loading branch information
chookity-pokk authored Oct 29, 2024
2 parents b8ca9b4 + bfb3b06 commit 6d88b8a
Showing 1 changed file with 8 additions and 0 deletions.
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

0 comments on commit 6d88b8a

Please sign in to comment.