From 8475463d29542e65e1cdd2a2751025e25f8135c6 Mon Sep 17 00:00:00 2001 From: Benjamin Loison Date: Thu, 23 Feb 2023 23:16:36 +0100 Subject: [PATCH] Advertize `pip` instead of `apt` in `README.md` to install the latest version of `yt-dlp` --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c1c3574..5f3391c 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,11 @@ See more details on [the Wiki](https://gitea.lemnoslife.com/Benjamin_Loison/YouT Because of [the current compression mechanism](https://gitea.lemnoslife.com/Benjamin_Loison/YouTube_captions_search_engine/issues/30), Linux is the only known OS able to run this algorithm. -To install the dependencies on an `apt` based Linux distribution of this project, run: +To install the dependencies on an `apt` based Linux distribution of this project make sure to have [`pip`](https://pip.pypa.io/en/stable/installation/) and run: ```sh -sudo apt install nlohmann-json3-dev yt-dlp +sudo apt install nlohmann-json3-dev +pip install yt-dlp ``` To compile the YouTube discovery graph algorithm, run: @@ -43,7 +44,7 @@ Except if you provide the argument `--no-keys`, you have to provide at least one # Hosting the website enabling users to make requests: -To install its dependencies make sure to have [`pip`](https://pip.pypa.io/en/stable/installation/) and [`composer`](https://getcomposer.org/doc/00-intro.md) installed and run: +To install its dependencies make sure to have [`composer`](https://getcomposer.org/doc/00-intro.md) installed and run: ```sh composer install