Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added a script.py file #80

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

irvincardoza
Copy link

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}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant