diff options
author | Maxime Buquet <pep@bouah.net> | 2020-01-19 00:02:56 +0100 |
---|---|---|
committer | Maxime Buquet <pep@bouah.net> | 2020-01-19 00:02:56 +0100 |
commit | dc83fd6084d70845f87c5b7f12257eb469333d97 (patch) | |
tree | e4297d125dbc9f88b223f4cd50aecbf83bada5b2 /doc | |
parent | 71d67d7fbd1d84e0a4d88735a718c3a5f4b5ddec (diff) | |
parent | f7c4a13dda592d0afa3b36bb4c0e3d372a05579b (diff) | |
download | poezio-dc83fd6084d70845f87c5b7f12257eb469333d97.tar.gz poezio-dc83fd6084d70845f87c5b7f12257eb469333d97.tar.bz2 poezio-dc83fd6084d70845f87c5b7f12257eb469333d97.tar.xz poezio-dc83fd6084d70845f87c5b7f12257eb469333d97.zip |
Merge branch 'pip3' into 'master'
doc: list additional required packages, add Debian two-liner
See merge request poezio/poezio!61
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/install.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/source/install.rst b/doc/source/install.rst index 8c7bb639..3425542c 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -69,6 +69,18 @@ Packages required for building poezio and deps: - libidn and libidn-dev, only if you want to use cython_ (see below) - python3-devel (or equivalent) - python3-setuptools +- python3-pip +- python3-venv +- libffi-dev (for pycares, needed by slixmpp) +- pyasn1 and pyasn1-modules (needed by slixmpp) + +On Debian, you can install the dependencies as follows: + +.. code-block:: bash + + apt install python3-dev make gcc python3-setuptools python3-pip python3-venv libffi-dev + pip3 install --user pyasn1 pyasn1-modules + Then you can run ``make`` to build it the poezio C extension module. If you downloaded the standalone stable package, you are finished here and can skip |