Skip to content

Commit

Permalink
[AIRFLOW-1430] Include INSTALL instructions to avoid GPL
Browse files Browse the repository at this point in the history
  • Loading branch information
bolkedebruin committed Mar 27, 2018
1 parent 68bbffd commit 2fa1ae9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,9 @@
# RAT docs here: https://creadur.apache.org/rat/
java -jar apache-rat.jar -E ./.rat-excludes -d .

# [optional] by default one of Apache Airflow's dependencies pulls in a GPL
# library. If this is a concern issue (also every upgrade):
# export SLUGIFY_USES_TEXT_UNIDECODE=yes

# install the release
python setup.py install

0 comments on commit 2fa1ae9

Please sign in to comment.