Update openmetadata-server.md (#8197)

remove stale step in setting up OpenMetadata server
This commit is contained in:
Sriharsha Chintalapani 2022-10-17 22:03:40 -07:00 committed by GitHub
parent fbc7b245c1
commit c4b7432c07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,6 @@ sh bootstrap_storage.sh drop-create-all
```shell ```shell
python3 -m venv venv python3 -m venv venv
source venv/bin/activate source venv/bin/activate
pip install -r ingestion/requirements.txt
make install_dev generate make install_dev generate
cd ingestion cd ingestion
pip install -e '.[sample-data, elasticsearch]' pip install -e '.[sample-data, elasticsearch]'