You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is the project still being maintained? Would it be possible to implement a function that reads the packages in the project_root/requirements.txt, check if some of them is not in the python interpreter and prompts the user to install it?
I would be happy to implement the functionality myself, if the you are still interested in PRs and having to deal with the package.
The text was updated successfully, but these errors were encountered:
I don't use this package much these days (I'm not writing much Python), but I'm happy to review PRs.
The functionality you describe definitely sounds useful. I'm not sure it's a good fit for pip-requirements.el though. This package would have to know about the current virtualenv/python interpreter, know how to check its contents, and how to install packages. Have you considered a separate package?
Hey,
is the project still being maintained? Would it be possible to implement a function that reads the packages in the project_root/requirements.txt, check if some of them is not in the python interpreter and prompts the user to install it?
I would be happy to implement the functionality myself, if the you are still interested in PRs and having to deal with the package.
The text was updated successfully, but these errors were encountered: