diff options
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> |