You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/03/15 14:29:25 UTC

[GitHub] [airflow] ashb commented on a change in pull request #7730: [AIRFLOW-7067] Pinned version of Apache Airflow

ashb commented on a change in pull request #7730: [AIRFLOW-7067] Pinned version of Apache Airflow
URL: https://github.com/apache/airflow/pull/7730#discussion_r392679061
 
 

 ##########
 File path: INSTALL
 ##########
 @@ -1,22 +1,5 @@
 # INSTALL / BUILD instructions for Apache Airflow
 
-# [required] fetch the tarball and untar the source
-# change into the directory that was untarred.
-
-# [optional] run Apache RAT (release audit tool) to validate license headers
-# RAT docs here: https://creadur.apache.org/rat/. Requires Java and Apache Rat
-java -jar apache-rat.jar -E ./.rat-excludes -d .
-
-# [optional] Airflow pulls in quite a lot of dependencies in order
-# to connect to other services. You might want to test or run Airflow
-# from a virtual env to make sure those dependencies are separated
-# from your system wide versions
-python -m my_env
-source my_env/bin/activate
-
-# [required] building and installing
-# by pip (preferred)
-pip install .
-
-# or directly
-python setup.py install
+We used to have generic instructions for local installation for development here
+However it's much easier to install and develop Airflow via Breeze development
 
 Review comment:
   Install is for end users, so breeze isn't appropriate.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services