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.