diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/install.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/install.rst b/doc/source/install.rst index d906befa..8c7bb639 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -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. |