pip and distutils

V

Vraj Mohan

I have created a source distribution using distutils which specifies
external packages using:

setup(
...,
requires = ['Foo (>= 0.7)', 'Bar (>= 2.4.5)'],
...
)

When I use pip to install this distribution, I find that it does not
automatically install the packages Foo and Bar. What extra step do I
need to perform to have pip automatically install the "required"
packages?

I am using Python 3.2.3.

--Vraj
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,014
Latest member
BiancaFix3

Latest Threads

Top