manjurulhoque / django-job-portal

Job portal application using Django
MIT License
541 stars 242 forks source link

added a script.py file #80

Open irvincardoza opened 2 months ago

irvincardoza commented 2 months ago

Users are finding it difficult to install requirements.txt file due to various issues like versions etc. It is also hard to find errors with many files in use

The script.py file makes downloading packages from requirements.txt easier. This script takes pip list packages as input, strips data and compares the packages downloaded to the required packages and tells us what is missing. Have also added a feature that adds a "pip install" before the package name and the version after so that the user can just copy paste the command into terminal and download missing packages.

this is output missing packages: pip install {name} == {version}