Okay I'll try.
Thanks
> On Jul 9, 2015, at 20:24, Ethan Furman wrote:
>
> On 07/09/2015 10:34 AM, Cyril Scetbon wrote:
>
> [...]
>
> Greetings!
>
> You have found the gathering place of the Python Developers -- as in, we
> discuss the development /of/ Python, not developing /with/ Python.
>
On 07/09/2015 10:34 AM, Cyril Scetbon wrote:
[...]
Greetings!
You have found the gathering place of the Python Developers -- as in, we
discuss the development /of/ Python, not developing /with/ Python.
You should ask your question on python-list, and perhaps on distutils-sig.
Good luck!
--
Hi,
I use pip to install modules and setuptools to install dependencies, and
generate a console_script using the entry_point parameter of setup.
Here is the issue :
my current sources depend on modules, let's say A=1.0, B=1.0, C=2.0. And C
depends on B=1.1
I have no problem with using pip to in