[13:18:47] <ThomasV> hello.. can I add a dependency in setup.py without making it mandatory (that is, install should not fail if that dep fails)
[20:09:26] <egon1024> Quick question - did something change with how pip was installed for folks using the get-pip.py script sometime last week?
[20:56:00] <dstufft> egon1024: a new release was made
[20:56:54] <egon1024> Actually, a precursor question - the get-pip.py script, does it download pip to install it? Or is the pip source itself actually encapsulated in the get-pip.py script?
[20:57:05] <egon1024> (should have asked that first)
[20:57:57] <dstufft> pip is embedded in get-pip.py, but it downloads it
[21:42:28] <tomprince> egon1024 buck1: I don't think it installs the embedded version, it just uses the embedded version to download and install a version.
[21:42:58] <egon1024> Important distinction - that's interesting