mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Incorporate changes suggested by @sigmavirus24
This commit is contained in:
@@ -65,7 +65,7 @@ This will take a minute or two.
|
||||
Setuptools & Pip
|
||||
----------------
|
||||
|
||||
Homebrew also installs Setuptools and `pip` for you.
|
||||
Homebrew installs Setuptools and ``pip`` for you.
|
||||
|
||||
Setuptools enables you to download and install any compliant Python
|
||||
software over a network (usually the Internet) with a single command
|
||||
@@ -73,8 +73,7 @@ software over a network (usually the Internet) with a single command
|
||||
capability to your own Python software with very little work.
|
||||
|
||||
``pip`` is a tool for easily installing and managing Python packages,
|
||||
that is often recommended over ``easy_install``. It improves over
|
||||
``easy_install`` in `several ways <https://pip.pypa.io/en/1.5.X/other-tools.html#easy-install>`_,
|
||||
that is recommended over ``easy_install``. It is superior to ``easy_install`` in `several ways <https://pip.pypa.io/en/1.5.X/other-tools.html#easy-install>`_,
|
||||
and is actively maintained.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user