pyodide
pyodide copied to clipboard
Micropip should be able to process requirements files
🚀 Feature
We should have a micropip version of pip install -r requirements.txt. Maybe micropip.install(requirements_file="some/path").
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.