From 2cabb4c54d5cb4c3e0eeda19a0eb434ae1ec9c91 Mon Sep 17 00:00:00 2001 From: NaveenChandar <12165092+navchandar@users.noreply.github.com> Date: Thu, 11 Jul 2024 11:52:54 +0530 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d7d039f..eaca8bd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Daily Naukri Update -[![license](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://github.com/navchandar/Naukri/blob/master/LICENSE) [![Build Status](https://travis-ci.com/navchandar/Naukri.svg?branch=master)](https://travis-ci.com/navchandar/Naukri) [![Code Climate](https://codeclimate.com/github/navchandar/Naukri.svg)](https://codeclimate.com/github/navchandar/Naukri) +[![license](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://github.com/navchandar/Naukri/blob/master/LICENSE) +[![Test](https://github.com/navchandar/Naukri/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/navchandar/Naukri/actions/workflows/main.yml) +[![Code Climate](https://codeclimate.com/github/navchandar/Naukri.svg)](https://codeclimate.com/github/navchandar/Naukri) [![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/) @@ -9,7 +11,7 @@ This script is used to automate information update on the job portal "Naukri". M Use this script to update your Naukri Profile on schedule everyday, this can be completed in seconds. -In order to use this, you need to have Python 3, Google Chrome and Selenium webdriver for Chrome in your machine. +In order to use this, you need Git, Python 3, Google Chrome and Selenium webdriver for Chrome in your machine. ## Installation @@ -20,7 +22,7 @@ git clone https://github.com/navchandar/Naukri.git cd Naukri pip install --upgrade pip python3 -m venv .venv # create virtual environment for installing dependencies -./.venv/bin/activate.ps1 # or source ./.venv/bin/activate for macOS/linux +./.venv/bin/activate.ps1 # source ./.venv/bin/activate # command for macOS/linux pip install -r requirements.txt ```