# HG changeset patch # User Arthur Lutz # Date 1580485908 -3600 # Node ID b09a3adb37be39cf28571cdd517702bb5685d44a # Parent 5dacd3ac958439977572caf2b74da78a9b3adc36 [doc/book/admin/setup] fix pip / virtualenv links diff -r 5dacd3ac9584 -r b09a3adb37be doc/book/admin/setup.rst --- a/doc/book/admin/setup.rst Sun Feb 02 22:24:59 2020 +0100 +++ b/doc/book/admin/setup.rst Fri Jan 31 16:51:48 2020 +0100 @@ -112,12 +112,12 @@ `pip` install ------------- -`pip `_ is a python tool that helps downloading, +`pip `_ is a python tool that helps downloading, building, installing, and managing Python packages and their dependencies. It is fully compatible with `virtualenv`_ and installs the packages from sources published on the `The Python Package Index`_. -.. _`virtualenv`: http://virtualenv.openplans.org/ +.. _`virtualenv`: https://virtualenv.pypa.io A working compilation chain is needed to build the modules that include C extensions. If you really do not want to compile anything, installing `lxml `_,