8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e6c76a commit dd6dba2Copy full SHA for dd6dba2
setup.rst
@@ -325,10 +325,14 @@ Then you should update the packages index::
325
326
Now you can install the build dependencies via ``apt``::
327
328
- $ sudo apt-get build-dep python3.6
+ $ sudo apt-get build-dep python3
329
330
-If that package is not available for your system, try reducing the minor
331
-version until you find a package that is available.
+If you want to build all optional modules, install the following packages and
+their dependencies::
332
+
333
+ $ sudo apt-get install build-essential gdb lcov libbz2-dev libffi-dev \
334
+ libgdbm-dev liblzma-dev libncurses5-dev libreadline6-dev \
335
+ libsqlite3-dev libssl-dev lzma lzma-dev tk-dev uuid-dev zlib1g-dev
336
337
338
.. _MacOS:
0 commit comments