diff options
author | mathieui <mathieui@mathieui.net> | 2014-11-29 18:10:04 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-11-29 18:10:04 +0100 |
commit | 952a18cf21f69c445344eaed221dd0b4d09bf91b (patch) | |
tree | d675b085791c41c726be62aaf93c564041389e96 /doc/source/install.rst | |
parent | 7f0227b7d4a5a00546537bf2b595f3a2969174a5 (diff) | |
download | poezio-952a18cf21f69c445344eaed221dd0b4d09bf91b.tar.gz poezio-952a18cf21f69c445344eaed221dd0b4d09bf91b.tar.bz2 poezio-952a18cf21f69c445344eaed221dd0b4d09bf91b.tar.xz poezio-952a18cf21f69c445344eaed221dd0b4d09bf91b.zip |
Add a documentation page for pyenv
Diffstat (limited to 'doc/source/install.rst')
-rw-r--r-- | doc/source/install.rst | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/source/install.rst b/doc/source/install.rst index 0ffa9883..d21831b1 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -1,7 +1,8 @@ Installing poezio ================= -.. important:: Python 3.4 or above is **required** +.. warning:: Python 3.4 or above is **required**. + To install it on a distribution that doesn't provide it, see :ref:`pyenv <pyenv-install>`. poezio in the GNU/Linux distributions ------------------------------------- @@ -76,7 +77,7 @@ packaging management. If you don’t want to use the update script for whatever reason, install the following dependencies by hand; otherwise, skip to the -`installation part <poezio-install-label>`. +:ref:`installation part <poezio-install-label>`. """""""" @@ -87,7 +88,7 @@ Poezio depends on slixmpp, a non-thread fork of the SleekXMPP library. .. code-block:: bash - git clone git://git.louiz.org/slixmpp + git clone git://git.poez.io/slixmpp python3 setup.py install --user @@ -159,3 +160,4 @@ If you did, it should be in he ``$PATH`` as ``poezio``, so run: .. _poezio-git: https://aur.archlinux.org/packages/poezio-git/ .. _up-to-date package: https://apps.fedoraproject.org/packages/poezio .. _pypi: https://pypi.python.org/pypi/poezio + |