Development#
Install from Source#
pip install .
mkdir dist; zip -r kgdata.zip kgdata; mv kgdata.zip dist/ # package the application to submit to Spark cluster
You can also consult the Dockerfile for guidance to install from scratch.
Setup Documentation#
Installing dependencies & copying required files
pip install .
pip install -r docs/requirements.txt
cp CHANGELOG.md docs/source/changelog.md
Run
sphinx-autobuild
sphinx-autobuild docs/source docs/build/html