Skip to content

Commit f5e4972

Browse files
committed
Enabled local user requirement installation.
1 parent 1c35fe5 commit f5e4972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cd docker/quickstart && docker-compose pull && docker-compose up --build
1717
```
1818
4. After you have all Docker containers running in your machine, run below command to ingest provided sample data to Data Hub:
1919
```
20-
./gradlew :metadata-events:mxe-schemas:build && cd metadata-ingestion/mce-cli && sudo pip install --user -r requirements.txt && python mce_cli.py produce -d bootstrap_mce.dat
20+
./gradlew :metadata-events:mxe-schemas:build && cd metadata-ingestion/mce-cli && pip install --user -r requirements.txt && python mce_cli.py produce -d bootstrap_mce.dat
2121
```
2222
5. Finally, you can start `Data Hub` by typing `http://localhost:9001` in your browser. You can sign in with `datahub`
2323
as username and password.

0 commit comments

Comments
 (0)