From bacdbcf75f430550c54b6a5c9f8669717d565215 Mon Sep 17 00:00:00 2001 From: Carlos Sousa Date: Sun, 2 May 2021 14:26:43 +0200 Subject: [PATCH] Fixed info on installing requirements --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6c03d3d..d02352f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # imdbscrapper -Scrapper to get movies information from IMDB. +Scrapper to get movies information from IMDB, indexing it into movies and shows, with rating, release date, and a few more information. ### Situation Finding movies / shows to watch, based on ratings and release date. @@ -10,12 +10,12 @@ This search and notes would have to be done manually. - With Docker ```sh -docker build -t yourRepo/yourPackge:yourVersion . +docker build -t yourUser/yourPackage:yourVersion . ``` - Directly -> Install the requirements described in requirements.txt (pip3 install -f requirements.txt) +> Install the requirements described in requirements.txt (pip3 install -r requirements.txt) > Create the folder structure or edit the settings in the main script ```sh python3 scrapper.yml