Skip to content

Commit

Permalink
Fix pip command in the local virtual env dag (#38226)
Browse files Browse the repository at this point in the history
  • Loading branch information
eladkal authored Mar 17, 2024
1 parent 8ae9331 commit 07bd089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributing-docs/07_local_virtualenv.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 07bd089

Please sign in to comment.