You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
software over a network (usually the Internet) with a single command
107
93
(``easy_install``). It also enables you to add this network installation
108
94
capability to your own Python software with very little work.
109
95
110
96
``pip`` is a tool for easily installing and managing Python packages,
111
-
that is recommended over ``easy_install``. It is superior to ``easy_install`` in `several ways <https://python-packaging-user-guide.readthedocs.io/pip_easy_install/#pip-vs-easy-install>`_,
112
-
>>>>>>> upstream/master
97
+
that is recommended over ``easy_install``. It is superior to ``easy_install``
98
+
in `several ways <https://python-packaging-user-guide.readthedocs.io/pip_easy_install/#pip-vs-easy-install>`_,
113
99
and is actively maintained.
114
100
115
101
@@ -122,14 +108,8 @@ in separate places, by creating virtual Python environments for them. It solves
122
108
your global site-packages directory clean and manageable.
123
109
124
110
For example, you can work on a project which requires Django 1.10 while also
125
-
<<<<<<< HEAD
126
-
maintaining a project which requires Django 1.7.
127
-
=======
128
111
maintaining a project which requires Django 1.8.
129
112
130
-
To start using this and see more information: :ref:`Virtual Environments <virtualenvironments-ref>` docs.
131
-
>>>>>>> upstream/master
132
-
133
113
To start using this and see more information: :ref:`Virtual Environments <virtualenvironments-ref>` docs.
0 commit comments