kaxil commented on a change in pull request #11529:
URL: https://github.com/apache/airflow/pull/11529#discussion_r504927758



##########
File path: INSTALL
##########
@@ -42,6 +42,17 @@ python setup.py install
 pip install . \
   --constraint 
"https://raw.githubusercontent.com/apache/airflow/constraints-master/constraints-3.6.txt";
 
+By default `pip install` in Airflow 2.0 installs only the provider packages 
that are needed by the extras,
+however if you want to install all providers (which was default behaviour in 
1.10.*)
+you can do it by setting environment variable INSTALL_PROVIDERS_FROM_SOURCES 
to `true`.
+
+INSTALL_PROVIDERS_FROM_SOURCES="true" pip install . \
+  --constraint 
"https://raw.githubusercontent.com/apache/airflow/constraints-master/constraints-3.6.txt";
+
+
+You can also install airflow in development mode where not

Review comment:
       incomplete sentence




----------------------------------------------------------------
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:
[email protected]


Reply via email to