doc: explicitly use pip3
This commit is contained in:
parent
d8f7a61271
commit
3b0d602fc2
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue