Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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}