Advertize pip instead of apt in README.md to install the latest version of yt-dlp

This commit is contained in:
Benjamin Loison 2023-02-23 23:16:36 +01:00
parent e2f0150151
commit 8475463d29

View File

@ -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. 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 ```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: 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: # 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 ```sh
composer install composer install