Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.06 KB

README.md

File metadata and controls

46 lines (33 loc) · 1.06 KB

Project Name

Give project description here.

Installation

Pre-Requisite: Python 3.1 or higher

  1. Clone the source code into your local directory.
  2. Create a virtual environment.
  3. Install required libraries (given in requirements.txt) in the virtual environment.
git clone https://github.com/sumitprdrsh/JD_CV_Compatibility_Checker.git #For cloning the source code in local directory
pip install virtualenv #For Unix/Linux
pip install virtualenvwrapper-win #For windows
mkvirtualenv [Env name] #Create virtual environment
workon [Env name] #Activate virtual environment
pip install -r requirements.txt  #Install required libraries

Execution

python src/main.py

Usage

Give examples and scenarios on the project's usage. You can also give a standard output of the program.

Open Issues and Future Scope

Contribution

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

GNU GPLv3