From b4ca48bf78333c2a1f359ef784a9866835c51382 Mon Sep 17 00:00:00 2001 From: Ajay Kumar Date: Thu, 30 Jan 2020 21:19:23 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ddb6ab1..1c1feb0 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ Holidays are taken from the [website](https://www.india.gov.in/calendar) To run the code: -* update the location of train and test files in config.py -* update the location to store the submission file +* update the path of train and test files in ```config.py``` +* update the path where to store the submission file in ```config.py``` Install all the requirments using ```pip install -r requirements.txt``` To run the main file ``` python main.py ```