potiuk commented on a change in pull request #6902: [AIRFLOW-XXXX] Fix 
development packages installtion instructions
URL: https://github.com/apache/airflow/pull/6902#discussion_r361610376
 
 

 ##########
 File path: LOCAL_VIRTUALENV.rst
 ##########
 @@ -106,7 +106,7 @@ To create and initialize the local virtualenv:
 
 2. Install Python PIP requirements:
 
-   ``pip install -e ".[devel]"``
+   ``pip install -U -e ".[devel,gcp,postgres,ssh]"``
 
 Review comment:
   ```suggestion
      ``pip install -U -e ".[devel,<OTHER EXTRAS>]"`` for example: ``pip 
install -U -e ".[devel,gcp,postgres,ssh]"``   
   ```

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to