Philipp Hörist pushed to branch master at gajim / python-nbxmpp
Commits: 5fb5a386 by wurstsalat at 2025-03-01T19:42:59+01:00 other: Readme: Fix formatting, add section for tests - - - - - 1 changed file: - README.md Changes: ===================================== README.md ===================================== @@ -20,19 +20,27 @@ - [setuptools](https://pypi.org/project/setuptools/) (>=65.0.0) +## Tests + +- `python -m unittest discover -s test` + ## Features -* List of [supported XEPs](https://xmpp.org/software/libraries/python-nbxmpp/) +- List of [supported XEPs](https://xmpp.org/software/libraries/python-nbxmpp/) ### Setup Run the following: - pip install . +```shell +pip install . +``` or +```shell pip install .[gssapi] +``` to also install the optional dependency `gssapi`. View it on GitLab: https://dev.gajim.org/gajim/python-nbxmpp/-/commit/5fb5a38639808235b3f205dd2274092f1fd4aade -- View it on GitLab: https://dev.gajim.org/gajim/python-nbxmpp/-/commit/5fb5a38639808235b3f205dd2274092f1fd4aade You're receiving this email because of your account on dev.gajim.org.
_______________________________________________ Commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
