*** /tmp/ediff6457WUv Tue Jun 9 10:18:20 2015 --- /home/skipm/3rdParty/python/cpython/Doc/tutorial/venv.rst Tue Jun 9 10:18:13 2015 *************** *** 90,97 **** Once you've activated a virtual environment, you can install, upgrade, and remove packages using a program called :program:`pip`. By default ! ``pip`` will install packages from the Python Packaging Index, ! . You can browse the Python Packaging Index by going to it in your web browser, or you can use ``pip``'s limited search feature:: --- 90,97 ---- Once you've activated a virtual environment, you can install, upgrade, and remove packages using a program called :program:`pip`. By default ! ``pip`` will install packages from the Python Package Index, ! . You can browse the Python Package Index by going to it in your web browser, or you can use ``pip``'s limited search feature:: *************** *** 193,197 **** ``pip`` has many more options. Consult the :ref:`installing-index` guide for complete documentation for ``pip``. When you've written ! a package and want to make it available on the Python Packaging Index, consult the :ref:`distributing-index` guide. --- 193,197 ---- ``pip`` has many more options. Consult the :ref:`installing-index` guide for complete documentation for ``pip``. When you've written ! a package and want to make it available on the Python Package Index, consult the :ref:`distributing-index` guide.