Skip to content

Commit

Permalink
Update gcp to google in docs (#9839)
Browse files Browse the repository at this point in the history
Co-authored-by: Ashwin Shankar <ashankar@slack-corp.com>
GitOrigin-RevId: 4aca72e17cc67ccf719e3d54166dccd391aec3ce
  • Loading branch information
2 people authored and Cloud Composer Team committed Sep 12, 2024
1 parent 7139341 commit a558603
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit a558603

Please sign in to comment.