From 13161e04880053f6246132ebf719c9f64d1e6cb6 Mon Sep 17 00:00:00 2001 From: myeunee Date: Tue, 25 Jun 2024 18:20:36 +0900 Subject: [PATCH] Fix typos and grammatical errors in INSTALL documentation 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". --- INSTALL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 1ed3e7c5c3363..78506f9a571fc 100644 --- a/INSTALL +++ b/INSTALL @@ -3,8 +3,8 @@ INSTALL / BUILD instructions for Apache Airflow Basic installation of Airflow from sources and development environment setup ============================================================================ -This is a generic installation method that requires minimum standard tools to develop airflow and -test it in a local virtual environment (using standard CPyhon installation and `pip`). +This is a generic installation method that requires minimum standard tools to develop Airflow and +test it in a local virtual environment (using standard CPython installation and `pip`). Depending on your system, you might need different prerequisites, but the following systems/prerequisites are known to work: @@ -61,7 +61,7 @@ Once you have a suitable Python version installed, you can create a virtualenv a ## Installing Airflow locally -Installing airflow locally can be done using pip - note that this will install "development" version of +Installing Airflow locally can be done using pip - note that this will install "development" version of Airflow, where all providers are installed from local sources (if available), not from `pypi`. It will also not include pre-installed providers installed from PyPI. If you install from sources of just Airflow, you need to install separately each provider you want to develop. If you install