diff --git a/README.md b/README.md index 516b6f5c..2720ff3a 100644 --- a/README.md +++ b/README.md @@ -86,10 +86,9 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [pyenv](https://github.com/yyuu/pyenv) - Simple Python version management. * [virtualenv](https://pypi.python.org/pypi/virtualenv) - A tool to create isolated Python environments. * [virtualenvwrapper](https://pypi.python.org/pypi/virtualenvwrapper) - A set of extensions to virtualenv -* [pew](https://pypi.python.org/pypi/pew/) - Python Env Wrapper (also called Invewrapper) is a set of tools to manage multiple virtual environments. +* [pew](https://pypi.python.org/pypi/pew/) - A set of tools to manage multiple virtual environments. * [Vex](https://github.com/sashahart/vex) - Run a command in the named virtualenv. * [PyRun](https://www.egenix.com/products/python/PyRun/) - A one-file, no-installation-needed version of Python. -* [dh-virtualenv](http://dh-virtualenv.readthedocs.org/en/latest/) - Build and distribute a virtualenv as a Debian package. ## Package Management @@ -108,6 +107,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [py2exe](http://www.py2exe.org/) - Freezes Python scripts (Windows) * [py2app](http://svn.pythonmac.org/py2app/py2app/trunk/doc/index.html) - Freezes Python scripts (Mac OS X) * [PyInstaller](http://www.pyinstaller.org/) - A program that converts Python programs into stand-alone executables (Windows, Linux, Mac OS X, Solaris and AIX) +* [dh-virtualenv](http://dh-virtualenv.readthedocs.org/en/latest/) - Build and distribute a virtualenv as a Debian package. ## Build Tools @@ -197,8 +197,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [Sphinx](http://sphinx-doc.org/) - Python Documentation generator. * [reStructuredText](http://docutils.sourceforge.net/rst.html) - Markup Syntax and Parser Component of Docutils. * [MkDocs](http://www.mkdocs.org/) - Markdown friendly documentation generator. -* [Pycco](http://fitzgen.github.io/pycco/) - The original quick-and-dirty, hundred-line- -long, literate-programming-style documentation generator. +* [Pycco](http://fitzgen.github.io/pycco/) - The original quick-and-dirty, hundred-line-long, literate-programming-style documentation generator. ## Configuration