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 124e6b6  Update python-pipeline-dependencies.md
     new 28a4057  Merge pull request #9291 from rosetn/patch-8
124e6b6 is described below

commit 124e6b6a9c92b5494ea919742863a0c4ec57f722
Author: rosetn <40248483+ros...@users.noreply.github.com>
AuthorDate: Wed Aug 7 12:03:49 2019 -0700

    Update python-pipeline-dependencies.md
---
 website/src/documentation/sdks/python-pipeline-dependencies.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/src/documentation/sdks/python-pipeline-dependencies.md 
b/website/src/documentation/sdks/python-pipeline-dependencies.md
index 327e00b..46d2fc4 100644
--- a/website/src/documentation/sdks/python-pipeline-dependencies.md
+++ b/website/src/documentation/sdks/python-pipeline-dependencies.md
@@ -23,7 +23,7 @@ limitations under the License.
 
 When you run your pipeline locally, the packages that your pipeline depends on 
are available because they are installed on your local machine. However, when 
you want to run your pipeline remotely, you must make sure these dependencies 
are available on the remote machines. This tutorial shows you how to make your 
dependencies available to the remote workers. Each section below refers to a 
different source that your package may have been installed from.
 
-**Note:** Remote workers used for pipeline execution typically have a standard 
Python 2.7 distribution installation. If your code relies only on standard 
Python packages, then you probably don't need to do anything on this page.
+**Note:** Remote workers used for pipeline execution typically have a standard 
Python distribution installation in a Debian-based container image. If your 
code relies only on standard Python packages, then you probably don't need to 
do anything on this page.
 
 
 ## PyPI Dependencies {#pypi-dependencies}

Reply via email to