blob: 7e5bf50a60f4e2c67ffed69dc0f03a7366d104aa [file] [log] [blame]
# 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