From 07bd0891a384696ceec1d2251436cc23a546347d Mon Sep 17 00:00:00 2001 From: Elad Kalif <45845474+eladkal@users.noreply.github.com> Date: Sun, 17 Mar 2024 17:15:24 +0200 Subject: [PATCH] Fix pip command in the local virtual env dag (#38226) --- contributing-docs/07_local_virtualenv.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing-docs/07_local_virtualenv.rst b/contributing-docs/07_local_virtualenv.rst index 1ded48c0fa460..a7a984e47ccaa 100644 --- a/contributing-docs/07_local_virtualenv.rst +++ b/contributing-docs/07_local_virtualenv.rst @@ -315,7 +315,7 @@ When you install airflow from sources using editable install, you can develop to of Airflow and providers, which is pretty convenient, because you can use the same environment for both. -Running ``pipinstall -e .`` will install Airflow in editable mode, but all provider code will also be +Running ``pip install -e .`` will install Airflow in editable mode, but all provider code will also be available in the same environment. However, most provider need some additional dependencies. You can install the dependencies of the provider you want to develop by installing airflow in editable