Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(223)

Side by Side Diff: bootstrap/virtualenv/README.rst

Issue 2043213002: Roll virtualenv 12.0->15.0.2 (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: vendor virtualenv and exclude from gender check Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « bootstrap/virtualenv/README.chromium ('k') | bootstrap/virtualenv/appveyor.yml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 virtualenv
2 ==========
3
4 A tool for creating isolated 'virtual' python environments.
5
6 .. image:: https://img.shields.io/pypi/v/virtualenv.svg
7 :target: https://pypi.python.org/pypi/virtualenv
8
9 .. image:: https://img.shields.io/travis/pypa/virtualenv/develop.svg
10 :target: http://travis-ci.org/pypa/virtualenv
11
12 * `Installation <https://virtualenv.pypa.io/en/latest/installation.html>`_
13 * `Documentation <https://virtualenv.pypa.io/>`_
14 * `Changelog <https://virtualenv.pypa.io/en/latest/changes.html>`_
15 * `Issues <https://github.com/pypa/virtualenv/issues>`_
16 * `PyPI <https://pypi.python.org/pypi/virtualenv/>`_
17 * `Github <https://github.com/pypa/virtualenv>`_
18 * `User mailing list <http://groups.google.com/group/python-virtualenv>`_
19 * `Dev mailing list <http://groups.google.com/group/pypa-dev>`_
20 * User IRC: #pypa on Freenode.
21 * Dev IRC: #pypa-dev on Freenode.
22
23
24 Code of Conduct
25 ---------------
26
27 Everyone interacting in the virtualenv project's codebases, issue trackers,
28 chat rooms, and mailing lists is expected to follow the
29 `PyPA Code of Conduct`_.
30
31 .. _PyPA Code of Conduct: https://www.pypa.io/en/latest/code-of-conduct/
OLDNEW
« no previous file with comments | « bootstrap/virtualenv/README.chromium ('k') | bootstrap/virtualenv/appveyor.yml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698