From 36daf93828ec4f5d8345fa03e76ebe307bd162b8 Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Sun, 12 Mar 2023 16:28:29 -0400 Subject: [PATCH] Add instructions to install directly from Github. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b894daddc..5f46c8d0d 100644 --- a/README.rst +++ b/README.rst @@ -80,7 +80,7 @@ shockingly simple if you know a little Python. Install ------- -You can install beets by typing ``pip install beets``. +You can install beets by typing ``pip install beets`` or directly from github using ``python -m pip install git+https://github.com/beetbox/beets.git``. command. Beets has also been packaged in the `software repositories`_ of several distributions. Check out the `Getting Started`_ guide for more information.