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