Oh whoops, I misread what Jean-Paul said. Yes you can do that, either directly or in a requirements file.
On Apr 10, 2014, at 8:35 AM, Dustin J. Mitchell <[email protected]> wrote: > Use > > pip install -e .[ssl] > > in the dir with the twisted setup.py. Works like a charm. > > Dustin > > On Thu, Apr 10, 2014 at 7:06 AM, Donald Stufft <[email protected]> wrote: >> >> On Apr 10, 2014, at 6:56 AM, [email protected] wrote: >> >>> On 9 Apr, 10:59 pm, [email protected] wrote: >>>> >>>> On Apr 9, 2014, at 6:55 PM, Itamar Turner-Trauring <[email protected]> >>>> wrote: >>>>> On 04/09/2014 03:48 PM, [email protected] wrote: >>>>>> >>>>>> And that shortcoming could be mitigated by documenting (or even formally >>>>>> declaring) this dependency more prominently (I see it's in the NEWS file >>>>>> and the SSL howto but not, for example, in the INSTALL file). >>>>> A ssl-requirements.txt file seems like a good idea; we're going to be >>>>> adding the pem package as well, it looks like, and having one thing >>>>> people can install automatically is a lot better than having all our >>>>> users manually type stuff in. >>>>> >>>>> _______________________________________________ >>>>> Twisted-Python mailing list >>>>> [email protected] >>>>> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python >>>> >>>> extras! >>>> >>>> Then people can do: >>>> >>>> install_requires=[“Twisted[ssl]”] >>> >>> This would be great. What do people who want to use pip to set up a >>> Twisted development environment do? >>> >>> Jean-Paul >>> >>> _______________________________________________ >>> Twisted-Python mailing list >>> [email protected] >>> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python >> >> Well you can do ``pip install Twisted[ssl]`` too. I don’t have a better >> solution that that up my sleeve though :( >> >> ----------------- >> Donald Stufft >> PGP: 0x6E3CBCE93372DCFA // 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA >> >> >> _______________________________________________ >> Twisted-Python mailing list >> [email protected] >> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python >> > > _______________________________________________ > Twisted-Python mailing list > [email protected] > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python ----------------- Donald Stufft PGP: 0x6E3CBCE93372DCFA // 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA
signature.asc
Description: Message signed with OpenPGP using GPGMail
_______________________________________________ Twisted-Python mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
