doc: explicitly use pip3

This commit is contained in:
Georg Lukas 2020-01-15 17:38:39 +01:00
parent d8f7a61271
commit 3b0d602fc2

View file

@ -114,7 +114,7 @@ The aiodns library is required in order to properly resolve XMPP domains (with S
.. code-block:: bash
pip install --user aiodns
pip3 install --user aiodns
This will also install pycares, which aiodns uses.