mik-laj commented on a change in pull request #18282:
URL: https://github.com/apache/airflow/pull/18282#discussion_r710588518



##########
File path: docs/apache-airflow/installation/index.rst
##########
@@ -0,0 +1,317 @@
+ .. Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+ ..   http://www.apache.org/licenses/LICENSE-2.0
+
+ .. Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+
+Installation
+------------
+
+.. contents:: :local:
+
+.. toctree::
+    :maxdepth: 1
+    :caption: Installation
+    :hidden:
+
+    Prerequisites <prerequisites>
+    Dependencies <dependencies>
+    Supported versions <supported-versions>
+    Installing from sources <installing-from-sources>
+    Installing from PyPI <installing-from-pypi>
+    Setting up the database <setting-up-the-database>
+
+This page describes installations options that you might use when considering 
how to install Airflow.
+Airflow consists of many components, often distributed among many physical or 
virtual machines, therefore
+installation of Airflow might be quite complex, depending on the options you 
choose.
+
+You should also check-out the :doc:`Prerequisites <prerequisites>` that must 
be fulfilled when installing Airflow
+as well as  :doc:`Supported versions <supported-versions>` to know what are 
the policies for supporting
+Airflow, Python and Kubernetes.
+
+Airflow requires additional :doc:`Dependencies <dependencies>` to be installed 
- which can be done
+via extras and providers.
+
+When you install Airflow, you need to :doc:`setup the database 
<setting-up-the-database>` which must

Review comment:
       ```suggestion
   When you install Airflow, you need to :doc:`setup the database 
<setting-up-the-database>`, which must
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to