Opened 23 months ago
Last modified 22 months ago
#8917 enhancement new
Website should mention `pip install twisted[tls]`
| Reported by: | Tim D. Smith | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | website | Keywords: | |
| Cc: | oubiwann | Branch: | |
| Author: |
Description (last modified by )
- The downloads page doesn't mention pip. Maybe it should, since that's how many people will want to fetch and install Twisted.
- The ability to run
pip install twisted[tls]to concomitantly install pyOpenSSL and friends isn't mentioned anywhere that I found and it's a very helpful incantation; I think it would also be a good thing to have on the Download page.
Change History (3)
comment:1 Changed 23 months ago by
| Cc: | oubiwann added |
|---|
comment:2 Changed 23 months ago by
| Description: | modified (diff) |
|---|
Note: See
TracTickets for help on using
tickets.

Hi tdsmith,
Thanks for filing this issue! There is documentation detailing how to install twisted's extra dependencies, including
tlsin the docs at http://twisted.readthedocs.io/en/latest/installation/howto/optional.html. But, I'm sorry that it wasn't very easy to find!I'll ask in #twisted-dev how to best move forward with a request like this since (a) it would require changes to the actual twisted-matrix site and I'm not sure how those are enacted (my guess would be modifying our trac instance?) and (b) might require reorganizing the documentation detailing twisted's extra dependency groups.
I'd also second the desire to put installation instructions using pip on the project's landing page. This would be an excellent place to link to the docs that detail twisted's extra dependency groups.
Thanks again! derwolfe