You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2020/06/05 18:05:55 UTC

[beam] branch master updated: Add documentation for python apache-beam[aws] installation

This is an automated email from the ASF dual-hosted git repository.

altay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 029d439  Add documentation for python apache-beam[aws] installation
     new 5969413  Merge pull request #11805 from epicfaace/aws
029d439 is described below

commit 029d4397b752fc9bb5bf891c643d758d6fb8dc21
Author: Ashwin Ramaswami <ar...@gmail.com>
AuthorDate: Sun May 24 17:50:04 2020 -0400

    Add documentation for python apache-beam[aws] installation
---
 website/www/site/content/en/get-started/quickstart-py.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/website/www/site/content/en/get-started/quickstart-py.md b/website/www/site/content/en/get-started/quickstart-py.md
index 9edeba5..a74b811 100644
--- a/website/www/site/content/en/get-started/quickstart-py.md
+++ b/website/www/site/content/en/get-started/quickstart-py.md
@@ -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]`
@@ -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