BigDL-2.x
BigDL-2.x copied to clipboard
[BIGDL 2.0] finding a way to easily setup development envrironment
PYTHONPATH or pip install -e does may not work because bigdl package is spread into multiple sub-projects.
Building and installing each time we have a change is too heavy.
Currently two options are avaiable:
- merge the source tree, all sub project keep the
bigdlpackage in a central place - rename each sub projects' root package to a different name, e.g. "bigdl-nano", "bigdl-orca"