Distributive-Network / bifrost2

The Python SDK for DCP
1 stars 0 forks source link

API Support for Arbitrary PyPi Modules #18

Open Severn-J-Lortie opened 1 month ago

Severn-J-Lortie commented 1 month ago

Any pure python .whl file can be run in Pyodide. The process we should use to bring them into the work function is as follows:

  1. Download the .whl from PyPi
  2. Add it to the Emscripten FS
  3. Install it with Micropip Those steps should be automated by Bifrost2