mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-17 20:03:59 +00:00
8 lines
206 B
Bash
8 lines
206 B
Bash
|
|
#!/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]'
|