datahub/metadata-ingestion/scripts/install_editable_versions.sh

8 lines
206 B
Bash
Raw Normal View History

#!/bin/bash
set -euxo pipefail
pip install -e 'git+https://github.com/hsheth2/avro_gen#egg=avro-gen3'
pip install -e 'git+https://github.com/hsheth2/PyHive#egg=acryl-pyhive[hive]'
pip install -e '.[dev]'