diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2019-03-13 17:58:54 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2019-03-13 17:58:54 +0000 |
commit | 78cc3be1c3edc5f411095e26ae251b290b17bfe5 (patch) | |
tree | 2421211482f305a1a4f8638e1674f860a5bf8604 /chapter06/python.xml | |
parent | 1263de24b91da3f03775e358e8efe4f4820b4a56 (diff) |
Update all chapter 6 contents and description sections.
Patch by Xi Ruoyao.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11558 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/python.xml')
-rw-r--r-- | chapter06/python.xml | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/chapter06/python.xml b/chapter06/python.xml index aed4ca485..f2063ffc7 100644 --- a/chapter06/python.xml +++ b/chapter06/python.xml @@ -143,7 +143,7 @@ tar --strip-components=1 \ <seglistitem> <seg> - 2to3, idle3, pydoc3, python3, python3-config, pyvenv + 2to3, idle3, pip3, pydoc3, python3, python3-config, and pyvenv </seg> <seg> libpython&python-minor;m.so and libpython3.so @@ -190,6 +190,19 @@ tar --strip-components=1 \ </listitem> </varlistentry> + <varlistentry id="pip3"> + <term><command>pip3</command></term> + <listitem> + <para> + The package installer for Python. You can use pip to install + pacakges from Python Package Index and other indexes. + </para> + <indexterm zone="ch-system-Python"> + <primary sortas="b-pip3">pip3</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="pydoc3"> <term><command>pydoc3</command></term> <listitem> |