From d8dfa2ddf0a6861bc79b57d049cba2548dfbc40a Mon Sep 17 00:00:00 2001 From: Kerem Sahin Date: Wed, 13 Nov 2019 15:10:22 -0800 Subject: [PATCH] Add install requirements step in the quickstart section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6174a679b..e2fb53a158 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ cd docker/quickstart && docker-compose pull && docker-compose up --build ``` 4. After you have all Docker containers running in your machine, run below command to ingest provided sample data to Data Hub: ``` -./gradlew :metadata-events:mxe-schemas:build && cd metadata-ingestion/mce-cli && python mce_cli.py produce -d bootstrap_mce.dat +./gradlew :metadata-events:mxe-schemas:build && cd metadata-ingestion/mce-cli && sudo pip install -r requirements.txt && python mce_cli.py produce -d bootstrap_mce.dat ``` 5. Finally, you can start `Data Hub` by typing `http://localhost:9001` in your browser. You can sign in with `datahub` as username and password.