This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 07bd0891a3 Fix pip command in the local virtual env dag (#38226)
07bd0891a3 is described below
commit 07bd0891a384696ceec1d2251436cc23a546347d
Author: Elad Kalif <[email protected]>
AuthorDate: Sun Mar 17 17:15:24 2024 +0200
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 1ded48c0fa..a7a984e47c 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