Lines Matching refs:command
7 .. % \section{Building modules: the \protect\command{build} command family}
9 .. % \subsubsection{\protect\command{build}}
11 .. % \subsubsection{\protect\command{build\_py}}
13 .. % \subsubsection{\protect\command{build\_ext}}
15 .. % \subsubsection{\protect\command{build\_clib}}
21 Installing modules: the :command:`install` command family
24 The install command ensures that the build commands have been run and then runs
25 the subcommands :command:`install_lib`, :command:`install_data` and
26 :command:`install_scripts`.
28 .. % \subsubsection{\protect\command{install\_lib}}
34 :command:`install_data`
37 This command installs all data files provided with the distribution.
42 :command:`install_scripts`
45 This command installs all (Python) scripts in the distribution.
47 .. % \subsection{Cleaning up: the \protect\command{clean} command}
52 .. % \protect\command{bdist} command family}
55 .. % \subsection{\protect\command{bdist}}
56 .. % \subsection{\protect\command{bdist\_dumb}}
57 .. % \subsection{\protect\command{bdist\_rpm}}
58 .. % \subsection{\protect\command{bdist\_wininst}}