Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.

Commit

Permalink
suggest pip install
Browse files Browse the repository at this point in the history
when using setuptools,
the install command is an alias for `easy_install .` die to pretty horrific legacy reasons

this brings in setuptools dependency management and encapsulated egg installs
(which is in general a bad idea to throw into a global python, since afterwards ALL system python tools pay the egg cost due to the easyinstall pth)
  • Loading branch information
RonnyPfannschmidt committed Sep 19, 2015
1 parent 1276938 commit 2603a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The usual should work:

.. code-block:: shell
$ sudo python setup.py install
$ sudo pip install .
Getting started
---------------
Expand Down

0 comments on commit 2603a09

Please sign in to comment.