Skip to content

Commit

Permalink
Merge pull request apache#11805 from epicfaace/aws
Browse files Browse the repository at this point in the history
Add documentation for python apache-beam[aws] installation
  • Loading branch information
aaltay committed Jun 5, 2020
2 parents a8315b8 + 029d439 commit 5969413
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion website/www/site/content/en/get-started/quickstart-py.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ PS> python -m pip install apache-beam

#### Extra requirements

The above installation will not install all the extra dependencies for using features like the Google Cloud Dataflow runner. Information on what extra packages are required for different features are highlighted below. It is possible to install multitple extra requirements using something like `pip install apache-beam[feature1,feature2]`.
The above installation will not install all the extra dependencies for using features like the Google Cloud Dataflow runner. Information on what extra packages are required for different features are highlighted below. It is possible to install multiple extra requirements using something like `pip install apache-beam[feature1,feature2]`.

- **Google Cloud Platform**
- Installation Command: `pip install apache-beam[gcp]`
Expand All @@ -137,6 +137,9 @@ The above installation will not install all the extra dependencies for using fea
- GCS IO
- Datastore IO
- BigQuery IO
- **Amazon Web Services**
- Installation Command: `pip install apache-beam[aws]`
- Required for I/O connectors interfacing with AWS
- **Tests**
- Installation Command: `pip install apache-beam[test]`
- Required for developing on beam and running unittests
Expand Down

0 comments on commit 5969413

Please sign in to comment.