diff options
author | Georg Lukas <georg@op-co.de> | 2020-01-15 17:38:39 +0100 |
---|---|---|
committer | Georg Lukas <georg@op-co.de> | 2020-01-15 17:40:06 +0100 |
commit | 3b0d602fc278434f401b7be855dcc4db1ae46acc (patch) | |
tree | 64a86d7210fdc5883dc49b295ee6e226426c4107 /doc | |
parent | d8f7a6127109c437ae621cfa6e78944ad37fb8fd (diff) | |
download | poezio-3b0d602fc278434f401b7be855dcc4db1ae46acc.tar.gz poezio-3b0d602fc278434f401b7be855dcc4db1ae46acc.tar.bz2 poezio-3b0d602fc278434f401b7be855dcc4db1ae46acc.tar.xz poezio-3b0d602fc278434f401b7be855dcc4db1ae46acc.zip |
doc: explicitly use pip3
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. |