pyodide icon indicating copy to clipboard operation
pyodide copied to clipboard

Micropip should be able to process requirements files

Open hoodmane opened this issue 3 years ago • 1 comments

🚀 Feature

We should have a micropip version of pip install -r requirements.txt. Maybe micropip.install(requirements_file="some/path").

hoodmane avatar Jun 26 '22 13:06 hoodmane

We should probably nudge users toward using some form of a lock file instead of a requirement.txt file, but I suppose it still makes sense to support requirements.txt files for existing projects.

rth avatar Jun 28 '22 06:06 rth