Skip to content

Commit 993b774

Browse files
myeuneeromsharon98
authored andcommitted
Fix typos and grammatical errors in INSTALL documentation (apache#40417)
Corrected several typographical and grammatical errors in the INSTALL documentation. These changes improve the clarity and readability of the instructions. Specific changes include correcting "CPyhon" to "CPython" and standardizing the capitalization of "Airflow".
1 parent 3b026e2 commit 993b774

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

INSTALL

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ INSTALL / BUILD instructions for Apache Airflow
33
Basic installation of Airflow from sources and development environment setup
44
============================================================================
55

6-
This is a generic installation method that requires minimum standard tools to develop airflow and
7-
test it in a local virtual environment (using standard CPyhon installation and `pip`).
6+
This is a generic installation method that requires minimum standard tools to develop Airflow and
7+
test it in a local virtual environment (using standard CPython installation and `pip`).
88

99
Depending on your system, you might need different prerequisites, but the following
1010
systems/prerequisites are known to work:
@@ -61,7 +61,7 @@ Once you have a suitable Python version installed, you can create a virtualenv a
6161

6262
## Installing Airflow locally
6363

64-
Installing airflow locally can be done using pip - note that this will install "development" version of
64+
Installing Airflow locally can be done using pip - note that this will install "development" version of
6565
Airflow, where all providers are installed from local sources (if available), not from `pypi`.
6666
It will also not include pre-installed providers installed from PyPI. If you install from sources of
6767
just Airflow, you need to install separately each provider you want to develop. If you install

0 commit comments

Comments
 (0)