Advertize pip
instead of apt
in README.md
to install the latest version of yt-dlp
This commit is contained in:
parent
df3af2780b
commit
95e96d08e1
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user