diff options
author | Matthew Iversen <teh.ivo@gmail.com> | 2016-02-01 09:27:33 +1100 |
---|---|---|
committer | Matthew Iversen <teh.ivo@gmail.com> | 2016-02-01 09:29:43 +1100 |
commit | 9f1fbe7dd9a35a71aecc1f9ee497df195a1dc817 (patch) | |
tree | d4c9d616dea9a3e82a513bc2701b715697d339ab | |
parent | 4fbd58628677483809cbbb9adeba7fc1a81bebeb (diff) | |
download | virtualenv-9f1fbe7dd9a35a71aecc1f9ee497df195a1dc817.tar.gz |
Fill out readme
- Add a short description
- Add common links
-rw-r--r-- | README.rst | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,13 +1,24 @@ virtualenv ========== +A tool for creating isolated 'virtual' python environments. + .. image:: https://img.shields.io/pypi/v/virtualenv.svg :target: https://pypi.python.org/pypi/virtualenv .. image:: https://img.shields.io/travis/pypa/virtualenv/develop.svg :target: http://travis-ci.org/pypa/virtualenv -For documentation, see https://virtualenv.pypa.io/ +* `Installation <https://virtualenv.pypa.io/en/latest/installation.html>`_ +* `Documentation <https://virtualenv.pypa.io/>`_ +* `Changelog <https://virtualenv.pypa.io/en/latest/changes.html>`_ +* `Issues <https://github.com/pypa/virtualenv/issues>`_ +* `PyPI <https://pypi.python.org/pypi/virtualenv/>`_ +* `Github <https://github.com/pypa/virtualenv>`_ +* `User mailing list <http://groups.google.com/group/python-virtualenv>`_ +* `Dev mailing list <http://groups.google.com/group/pypa-dev>`_ +* User IRC: #pypa on Freenode. +* Dev IRC: #pypa-dev on Freenode. Code of Conduct |