Installing python package with pip¶
You can install python part of WebDNN with pip.
pip install webdnn
Notes¶
- This package only contains python module. JavaScript part (for web browser) and examples are not included.
- Useful for automated build system.
- Separate setup of Emscripten is still needed.