From 7335a4f4cc2edb04d5be6069b6cb8d8e3603e610 Mon Sep 17 00:00:00 2001 From: Qualis Svagtlys <45446348+Svagtlys@users.noreply.github.com> Date: Thu, 21 Dec 2023 11:44:51 -0600 Subject: [PATCH] Update agnostic install page with more info --- docs/source/guides/install/agnostic.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/source/guides/install/agnostic.rst b/docs/source/guides/install/agnostic.rst index 48b87843..658dd5ed 100644 --- a/docs/source/guides/install/agnostic.rst +++ b/docs/source/guides/install/agnostic.rst @@ -1,6 +1,9 @@ +==================== Environment Agnostic ==================== +The PIP install method is not recommended; use of this method may cause unintended requirement conflicts if you have other locally installed apps that depend on ffmpeg. + PIP Install -------------- You can install our @@ -11,6 +14,11 @@ Both ffmpeg and Python 3.10 or greater are required. python3 -m pip install -U ytdl-sub +Install for Development +======================= + +These environment-agnostic methods of installing ``ytdl-sub`` are meant for local development of ``ytdl-sub``. If you want to contribute your changes, please read :doc:`/guides/development/index`. + Local Install -------------- With a Python 3.10 virtual environment, you can clone and install the repo.