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