From 2aca2711904ab173f69c7787fa06e60dae6179e4 Mon Sep 17 00:00:00 2001 From: Ayush Shah Date: Wed, 24 Nov 2021 04:24:26 +0000 Subject: [PATCH] GitBook: [#37] Developer Docs modified --- docs/open-source-community/developer/build-code-run-tests.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/open-source-community/developer/build-code-run-tests.md b/docs/open-source-community/developer/build-code-run-tests.md index 9d65890f25e..52a05242dbb 100644 --- a/docs/open-source-community/developer/build-code-run-tests.md +++ b/docs/open-source-community/developer/build-code-run-tests.md @@ -30,7 +30,6 @@ source venv/bin/activate pip install -r ingestion/requirements.txt make install_dev generate - pip install -e ingestion cd ingestion pip install -e '.[sample-data, elasticsearch]' metadata ingest -c ./pipelines/sample_data.json