| OLD | NEW |
| (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/ |
| OLD | NEW |