incubator-airflow/INSTALL

10 строки
326 B
Plaintext

# INSTALL / BUILD instruction for Apache Airflow (incubating)
# fetch the tarball and untar the source
# [optional] run Apache RAT (release audit tool) to validate license headers
# RAT docs here: https://creadur.apache.org/rat/
java -jar apache-rat.jar -E ./.rat-excludes -d .
# install the release
python setup.py install