From 36daf93828ec4f5d8345fa03e76ebe307bd162b8 Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Sun, 12 Mar 2023 16:28:29 -0400 Subject: [PATCH 1/4] 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. From 53911c74ddd457503af1b292245134f510f9c3b5 Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Mon, 13 Mar 2023 11:33:45 -0400 Subject: [PATCH 2/4] Link to dev docs --- README.rst | 2 +- docs/faq.rst | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 5f46c8d0d..47eed37be 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`` or directly from github using ``python -m pip install git+https://github.com/beetbox/beets.git``. command. +You can install beets by typing ``pip install beets`` or directly from Github (see details [here](https://beets.readthedocs.io/en/stable/faq.html#run-the-latest-source-version-of-beets)). Beets has also been packaged in the `software repositories`_ of several distributions. Check out the `Getting Started`_ guide for more information. diff --git a/docs/faq.rst b/docs/faq.rst index 5e1c73666..b5a6cea0e 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -137,6 +137,8 @@ it's helpful to run on the "bleeding edge". To run the latest source: ``pip uninstall beets``. 2. Install from source. Choose one of these methods: + - Directly from github using + ``python -m pip install git+https://github.com/beetbox/beets.git`` command. Depending on your system, you may need to use ``pip3`` and ``python3`` instead of ``pip`` and ``python`` respectively. - Use ``pip`` to install the latest snapshot tarball. Type: ``pip install https://github.com/beetbox/beets/tarball/master`` - Grab the source using git. First, clone the repository: From 6d0e5ba8cabaab8ef7f0b142162d69082e08b78a Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Fri, 17 Mar 2023 11:06:46 -0400 Subject: [PATCH 3/4] Change to GitHub --- docs/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.rst b/docs/faq.rst index b5a6cea0e..e7f5cc600 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -137,7 +137,7 @@ it's helpful to run on the "bleeding edge". To run the latest source: ``pip uninstall beets``. 2. Install from source. Choose one of these methods: - - Directly from github using + - Directly from GitHub using ``python -m pip install git+https://github.com/beetbox/beets.git`` command. Depending on your system, you may need to use ``pip3`` and ``python3`` instead of ``pip`` and ``python`` respectively. - Use ``pip`` to install the latest snapshot tarball. Type: ``pip install https://github.com/beetbox/beets/tarball/master`` From 9f4b43c54076c9195974ccb79ac57ab313e0bf08 Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Sat, 18 Mar 2023 10:56:16 -0400 Subject: [PATCH 4/4] Point to latest docs --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 47eed37be..62fbfc298 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`` or directly from Github (see details [here](https://beets.readthedocs.io/en/stable/faq.html#run-the-latest-source-version-of-beets)). +You can install beets by typing ``pip install beets`` or directly from Github (see details [here](https://beets.readthedocs.io/en/latest/faq.html#run-the-latest-source-version-of-beets)). Beets has also been packaged in the `software repositories`_ of several distributions. Check out the `Getting Started`_ guide for more information.