Philipp Hörist pushed to branch master at gajim / python-nbxmpp
Commits: fcf4e71f by André Apitzsch at 2020-03-12T19:40:47+01:00 Readme: Remove reference to unavailable examples Examples have been removed in aca509f45842dc801bc0f74c89a9abb2bd36f229. - - - - - b714f7c4 by André Apitzsch at 2020-03-12T19:40:47+01:00 Readme: Prefer pip over setup.py (aka easy_install) For differences see https://packaging.python.org/discussions/pip-vs-easy-install/. - - - - - 1 changed file: - README.md Changes: ===================================== README.md ===================================== @@ -16,14 +16,13 @@ * [Downloads](https://dev.gajim.org/gajim/python-nbxmpp/tags) * You can also clone the [git repository](https://dev.gajim.org/gajim/python-nbxmpp.git) -* [Examples](https://dev.gajim.org/gajim/python-nbxmpp/tree/master/doc/examples) ### Setup Run the following: - sudo python setup.py install + pip install . ### Usage -To use python-nbxmpp, `import nbxmpp` in your application. Have a look at the [Examples](https://dev.gajim.org/gajim/python-nbxmpp/tree/master/doc/examples) in the doc folder. +To use python-nbxmpp, `import nbxmpp` in your application. View it on GitLab: https://dev.gajim.org/gajim/python-nbxmpp/-/compare/566ae41d7dd2e76ead0e26db58269925c1b1ce15...b714f7c468efe481f72d8bf7b480ca6650385b0c -- View it on GitLab: https://dev.gajim.org/gajim/python-nbxmpp/-/compare/566ae41d7dd2e76ead0e26db58269925c1b1ce15...b714f7c468efe481f72d8bf7b480ca6650385b0c You're receiving this email because of your account on dev.gajim.org.
_______________________________________________ Commits mailing list [email protected] https://lists.gajim.org/cgi-bin/listinfo/commits
