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.