From 19ec012a34cd484e3ca97dc4323a8cb8c5762ac4 Mon Sep 17 00:00:00 2001 From: PJ Eby Date: Wed, 15 Feb 2006 15:10:28 +0000 Subject: Misc. doc fixes --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4042381 --- setuptools.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'setuptools.txt') diff --git a/setuptools.txt b/setuptools.txt index b1bc873f..a70bb759 100755 --- a/setuptools.txt +++ b/setuptools.txt @@ -959,6 +959,14 @@ the desired staging area if it's not the default. There are several options to control the precise behavior of the ``develop`` command; see the section on the `develop`_ command below for more details. +Note that you can also apply setuptools commands to non-setuptools projects, +using commands like this:: + + python -c "import setuptools; execfile('setup.py')" develop + +That is, you can simply list the normal setup commands and options following +the quoted part. + Distributing a ``setuptools``-based project =========================================== -- cgit v1.2.3