At 04:57 PM 8/13/2008 -0500, chris wrote:
There doesn't seem to be a --no-deps option for install the way there
is for develop. Is there a way to perform a python setup.py install
and not have it rely on looking for dependencies?

Use "setup.py easy_install [options] ." (The "." means, install using the setup script in the current directory.)

_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to