From 3dc8710935b2e2ca43f6d3cae87ce7d102a63ecd Mon Sep 17 00:00:00 2001 From: James <58147075+bjsi@users.noreply.github.com> Date: Mon, 26 Feb 2024 18:32:56 +0000 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 4711c90..7d902fe 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,6 @@ Welcome to Open Recommender, an open source AI-powered recommendation system for - `python3 -m venv env` - `source env/bin/activate` - `pip install -r requirements.txt` -- Install [yt-dlp](https://github.com/yt-dlp/yt-dlp) - In the client, server and cli packages, `cp .env.example .env` and fill in the values - If you want to use Twitter as an input data source for recommendations, you need to create a fake Twitter account and create an `accounts.txt` file in the root folder with the account's credentials in the format `username:password:email:email_password`.