Structure and small content improvements in installation.rst#13661
Structure and small content improvements in installation.rst#13661mik-laj merged 2 commits intoapache:masterfrom
Conversation
|
|
||
| **Prerequisites** | ||
|
|
||
| On Debian based Linux OS: |
There was a problem hiding this comment.
This information looks out of date. We have a section on system requirements below where there are some more libraries. See: Requirements (old docs), System dependencies (old docs)
| does not yet work with Apache Airflow and might lead to errors in installation - depends on your choice | ||
| of extras. In order to install Airflow you need to either downgrade pip to version 20.2.4 | ||
| ``pip install --upgrade pip==20.2.4`` or, in case you use Pip 20.3, you need to add option | ||
| ``--use-deprecated legacy-resolver`` to your pip install command. |
There was a problem hiding this comment.
This text was repeated several times. I understand the purpose of this, but now we have a new "Installation tools" section so this seems redundant.
|
|
||
| You also need database client packages (Postgres or MySQL) if you want to use those databases. | ||
|
|
||
| If the ``airflow`` command is not getting recognized (can happen on Windows when using WSL), then |
There was a problem hiding this comment.
I moved that to the "troubleshooting" section because it didn't fit me here.
|
The PR is likely ready to be merged. No tests are needed as no important environment files, nor python files were modified by it. However, committers might decide that full test matrix is needed and add the 'full tests needed' label. Then you should rebase it to the latest master or amend the last commit of the PR, and push it with --force-with-lease. |
* Structure improvments in installation.rst file * fixup! Structure improvments in installation.rst file (cherry picked from commit 39f0365)
This page lacked a sectional breakdown and also some information was overly repetitive.
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code change, Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in UPDATING.md.