File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -198,7 +198,11 @@ \subsection{Splitting the job up}
198198Running \code {setup.py install} builds and installs all modules in one
199199fell swoop. If you prefer to work incrementally---especially useful if
200200you want to customize the build process, or if things are going
201- wrong---you can use the setup script to do one thing at a time.
201+ wrong---you can use the setup script to do one thing at a time. This is
202+ particularly helpful when the build and install will be done by
203+ different users---e.g., you might want to build a module distribution
204+ and hand it off to a system administrator for installation (or do it
205+ yourself, with super-user privileges).
202206
203207For example, you can build everything in one step, and then install
204208everything in a second step, by invoking the setup script twice:
You can’t perform that action at this time.
0 commit comments