Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
navchandar authored Jul 11, 2024
1 parent 2ee405d commit 2cabb4c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/)


Expand All @@ -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

Expand All @@ -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
```

Expand Down

0 comments on commit 2cabb4c

Please sign in to comment.