Hi, On May 26, 1:44 am, "[email protected]" <[email protected]> wrote: > how can i install Werkzeug without using easy_install? > machine is not on internet and i don't want setup_tools on it. You can't. Use a virtualenv with setuptools in there. Instead of setuptools you can also use distribute. Neither of which require a standing internet connection, so what is the issue with setuptools?
Prebuild documentation is available for download on the documentation page. Regards, Armin -- You received this message because you are subscribed to the Google Groups "pocoo-libs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pocoo-libs?hl=en.
