potiuk commented on code in PR #36537:
URL: https://github.com/apache/airflow/pull/36537#discussion_r1443778953
##########
LOCAL_VIRTUALENV.rst:
##########
@@ -169,38 +171,31 @@ for different python versions). For development on
current main source:
.. code-block:: bash
# use the same version of python as you are working with, 3.8, 3.9, 3.10
or 3.11
- pip install -e ".[devel,<OTHER EXTRAS>]" \
+ pip install -e ".[devel,devel_tests,editable_amazon,...<OTHER
DEVEL_EXTRAS>]" \
--constraint
"https://raw.githubusercontent.com/apache/airflow/constraints-main/constraints-source-providers-3.8.txt"
This will install Airflow in 'editable' mode - where sources of Airflow are
taken directly from the source
-code rather than moved to the installation directory. During the installation
airflow will install - but then
-automatically remove all provider packages installed from PyPI - instead it
will automatically use the
-provider packages available in your local sources.
+code rather than moved to the installation directory.
+
+TODO(potiuk): Clarify preinstalled
You can also install Airflow in non-editable mode:
.. code-block:: bash
# use the same version of python as you are working with, 3.8, 3.9, 3.10
or 3.11
- pip install ".[devel,<OTHER EXTRAS>]" \
+ pip install ".[devel,devel_tests,editable_amazon,...<OTHER DEVEL_EXTRAS>]"
\
Review Comment:
This is gone now.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]