From da3531bd349ae6673fa34da26555f5d435f492ec Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Wed, 5 Mar 2014 16:22:17 -0800 Subject: [PATCH] Clarify debian/ubuntu pip installation. --- docs/guides/main.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/guides/main.rst b/docs/guides/main.rst index 5d6e38a95..835793b97 100644 --- a/docs/guides/main.rst +++ b/docs/guides/main.rst @@ -21,8 +21,9 @@ You will need Python. (Beets is written for `Python 2.7`_, but it works with official package (`Debian details`_, `Ubuntu details`_), so try typing: ``apt-get install beets``. But the version in the repositories might lag behind, so make sure you read the right version of these docs. If you want - the latest version, you can get everything you need by running: - ``apt-get install python-dev python-setuptools python-pip`` + the latest version, you can get everything you need to install with pip + as described below by running: + ``apt-get install python-dev python-pip`` * On **Arch Linux**, `beets is in [community]`_, so just run ``pacman -S beets``. (There's also a bleeding-edge `dev package`_ in the AUR, which will