vtlim commented on code in PR #13938: URL: https://github.com/apache/druid/pull/13938#discussion_r1137853373
########## examples/quickstart/jupyter-notebooks/druidapi/README.md: ########## @@ -36,21 +39,27 @@ At present, the best way to use `druidapi` is to clone the Druid repo itself: git clone [email protected]:apache/druid.git ``` -`druidapi` is located in `examples/quickstart/jupyter-notebooks/druidapi/` +`druidapi` is located in `examples/quickstart/jupyter-notebooks/druidapi/`. +From this directory, install the package and its dependencies with pip using the following command: + +``` +pip install . +``` -Eventually we would like to create a Python package that can be installed with `pip`. Contributions -in that area are welcome. +Note that there is a second level `druidapi` directory that contains the modules. Do not run +the install command in this internal folder. Review Comment: ```suggestion the install command in the subdirectory. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
