Hi,
On 9/19/14, Christopher Barker wrote:
> On Fri, Sep 19, 2014 at 9:03 AM, Matthew Brett
> wrote:
>
>> The primary use case is for getting started with a basic package
>> setup. I am thinking of my own courses ("download this, double
>> click,, let's go"), but also courses like software carpe
Am .09.2014, 15:37 Uhr, schrieb Matthew Brett :
Yes - if you don't have much they need to install, then you can easily
do it with pip in the class - otherwise the time and bandwidth can be
limiting.
A local devpi server can work wonders there.
Purely regarding wheels - as far as I can tell th
Hi,
On 9/22/14, Charlie Clark wrote:
> Am .09.2014, 15:37 Uhr, schrieb Matthew Brett :
>
>> Yes - if you don't have much they need to install, then you can easily
>> do it with pip in the class - otherwise the time and bandwidth can be
>> limiting.
>
> A local devpi server can work wonders there.
Am .09.2014, 16:10 Uhr, schrieb Matthew Brett :
Sure, but that is a lot of setup for one morning of installs. The
benefit of the point-click installer is that the student can download
everything they need in their own time.
devpi is pretty easy to setup but I understand your point-click, er,
Am .09.2014, 16:24 Uhr, schrieb Matthew Brett :
Sorry to be dumb, but I don't understand. Do you mean that you built
a source tarball of your own package and you tried to modify the
dependencies of other packages from that source tarball setup.py?
Nothing to do with dependencies.
Was there
Hi,
On 9/22/14, Charlie Clark wrote:
> Am .09.2014, 16:10 Uhr, schrieb Matthew Brett :
>
>> Sure, but that is a lot of setup for one morning of installs. The
>> benefit of the point-click installer is that the student can download
>> everything they need in their own time.
>
> devpi is pretty e
Hi,
On 9/22/14, Charlie Clark wrote:
> Am .09.2014, 16:24 Uhr, schrieb Matthew Brett :
>
>> Sorry to be dumb, but I don't understand. Do you mean that you built
>> a source tarball of your own package and you tried to modify the
>> dependencies of other packages from that source tarball setup.py
Am .09.2014, 16:42 Uhr, schrieb Matthew Brett :
So just to be clear, the difference here is between the instlal you got
for:
pip install your-package
where `your-package` was either an sdist built with ``python setup.py
sdist`` or a wheel built with ``python setup.py bdist_wheel``?
Is yo