mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 05:24:02 +00:00
8 lines
337 B
Bash
8 lines
337 B
Bash
cp -R ./node_modules/@pyscript/core/dist ./static/pyscript
|
|
|
|
# mkdir -p ./static/micropython
|
|
# cp -R ./node_modules/@micropython/micropython-webassembly-pyscript/micropython.* ./static/micropython
|
|
|
|
mkdir -p ./static/pyodide
|
|
cp ./node_modules/pyodide/pyodide* ./static/pyodide/
|
|
cp ./node_modules/pyodide/python_stdlib.zip ./static/pyodide/ |