Update agnostic install page with more info
This commit is contained in:
parent
c7b25d202d
commit
7335a4f4cc
1 changed files with 8 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
||||||
|
====================
|
||||||
Environment Agnostic
|
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
|
PIP Install
|
||||||
--------------
|
--------------
|
||||||
You can install our
|
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
|
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
|
Local Install
|
||||||
--------------
|
--------------
|
||||||
With a Python 3.10 virtual environment, you can clone and install the repo.
|
With a Python 3.10 virtual environment, you can clone and install the repo.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue