Co-authored-by: Ashwin Shankar <ashankar@slack-corp.com>
This commit is contained in:
ashwinshankar77 2020-07-15 11:19:13 -07:00 коммит произвёл GitHub
Родитель 2d124417e6
Коммит 4aca72e17c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -112,9 +112,9 @@ pip install apache-airflow==1.10.11 \
--constraint https://raw.githubusercontent.com/apache/airflow/1.10.11/requirements/requirements-python3.7.txt
```
2. Installing with extras (for example postgres,gcp)
2. Installing with extras (for example postgres,google)
```bash
pip install apache-airflow[postgres,gcp]==1.10.11 \
pip install apache-airflow[postgres,google]==1.10.11 \
--constraint https://raw.githubusercontent.com/apache/airflow/1.10.11/requirements/requirements-python3.7.txt
```