Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 1 | .. _reference: |
| 2 | |
| 3 | ***************** |
| 4 | Command Reference |
| 5 | ***************** |
| 6 | |
| 7 | .. % \section{Building modules: the \protect\command{build} command family} |
| 8 | .. % \label{build-cmds} |
| 9 | .. % \subsubsection{\protect\command{build}} |
| 10 | .. % \label{build-cmd} |
| 11 | .. % \subsubsection{\protect\command{build\_py}} |
| 12 | .. % \label{build-py-cmd} |
| 13 | .. % \subsubsection{\protect\command{build\_ext}} |
| 14 | .. % \label{build-ext-cmd} |
| 15 | .. % \subsubsection{\protect\command{build\_clib}} |
| 16 | .. % \label{build-clib-cmd} |
| 17 | |
| 18 | |
| 19 | .. _install-cmd: |
| 20 | |
| 21 | Installing modules: the :command:`install` command family |
| 22 | ========================================================= |
| 23 | |
| 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`. |
| 27 | |
| 28 | .. % \subsubsection{\protect\command{install\_lib}} |
| 29 | .. % \label{install-lib-cmd} |
| 30 | |
| 31 | |
| 32 | .. _install-data-cmd: |
| 33 | |
| 34 | :command:`install_data` |
| 35 | ----------------------- |
| 36 | |
| 37 | This command installs all data files provided with the distribution. |
| 38 | |
| 39 | |
| 40 | .. _install-scripts-cmd: |
| 41 | |
| 42 | :command:`install_scripts` |
| 43 | -------------------------- |
| 44 | |
| 45 | This command installs all (Python) scripts in the distribution. |
| 46 | |
| 47 | .. % \subsection{Cleaning up: the \protect\command{clean} command} |
| 48 | .. % \label{clean-cmd} |
| 49 | |
| 50 | |
Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 51 | .. % \section{Creating a built distribution: the |
| 52 | .. % \protect\command{bdist} command family} |
| 53 | .. % \label{bdist-cmds} |
| 54 | |
| 55 | .. % \subsection{\protect\command{bdist}} |
| 56 | .. % \subsection{\protect\command{bdist\_dumb}} |
| 57 | .. % \subsection{\protect\command{bdist\_rpm}} |
| 58 | .. % \subsection{\protect\command{bdist\_wininst}} |
| 59 | |
| 60 | |