Update Getting started with Pip

Craig Rodrigues <[email protected]>
Newsgroups gmane.comp.python.twisted
Message-ID <CAG=rPVdtTnokrq7y1f9djxDSbQt2jrySSnkPOeuPxsh2PKMPDg@mail.gmail.com>
In the top left-hand section of https://twistedmatrix.com, can someone with
edit permissions to the page change:

$ virtualenv try-twisted
$ . try-twisted/bin/activate
$ pip install twisted[tls]
$ twist --help


to something like:

On Python 2:
    $ python -m virtualenv try-twisted

On Python 3:
    $ python3 -m venv try-twisted

On Python 2 or 3:
     $ . try-twisted/bin/activtate
     $ pip install twisted[tls]
     $ twist --help

At least with base Python 3, using the venv module is preferred:
https://docs.python.org/3/library/venv.html

--
Craig

_______________________________________________
Twisted-Python mailing list
[email protected]
https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.