equal
deleted
inserted
replaced
110 .. _PipInstallation: |
110 .. _PipInstallation: |
111 |
111 |
112 `pip` install |
112 `pip` install |
113 ------------- |
113 ------------- |
114 |
114 |
115 `pip <http://pip.openplans.org/>`_ is a python tool that helps downloading, |
115 `pip <https://pip.pypa.io/>`_ is a python tool that helps downloading, |
116 building, installing, and managing Python packages and their dependencies. It |
116 building, installing, and managing Python packages and their dependencies. It |
117 is fully compatible with `virtualenv`_ and installs the packages from sources |
117 is fully compatible with `virtualenv`_ and installs the packages from sources |
118 published on the `The Python Package Index`_. |
118 published on the `The Python Package Index`_. |
119 |
119 |
120 .. _`virtualenv`: http://virtualenv.openplans.org/ |
120 .. _`virtualenv`: https://virtualenv.pypa.io |
121 |
121 |
122 A working compilation chain is needed to build the modules that include C |
122 A working compilation chain is needed to build the modules that include C |
123 extensions. If you really do not want to compile anything, installing `lxml <http://lxml.de/>`_, |
123 extensions. If you really do not want to compile anything, installing `lxml <http://lxml.de/>`_, |
124 and `libgecode <http://www.gecode.org/>`_ will help. |
124 and `libgecode <http://www.gecode.org/>`_ will help. |
125 |
125 |