Regenerate website

Project: http://git-wip-us.apache.org/repos/asf/beam-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam-site/commit/94543119
Tree: http://git-wip-us.apache.org/repos/asf/beam-site/tree/94543119
Diff: http://git-wip-us.apache.org/repos/asf/beam-site/diff/94543119

Branch: refs/heads/asf-site
Commit: 945431195c1470e916f1ae96daa32ce51c42f21a
Parents: d3fb678
Author: Ahmet Altay <[email protected]>
Authored: Fri Jun 23 17:35:48 2017 -0700
Committer: Ahmet Altay <[email protected]>
Committed: Fri Jun 23 17:35:48 2017 -0700

----------------------------------------------------------------------
 .../sdks/python-pipeline-dependencies/index.html            | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam-site/blob/94543119/content/documentation/sdks/python-pipeline-dependencies/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/sdks/python-pipeline-dependencies/index.html 
b/content/documentation/sdks/python-pipeline-dependencies/index.html
index 02ada4c..a856add 100644
--- a/content/documentation/sdks/python-pipeline-dependencies/index.html
+++ b/content/documentation/sdks/python-pipeline-dependencies/index.html
@@ -199,6 +199,15 @@
     <div class="highlighter-rouge"><pre class="highlight"><code> 
--extra_package /path/to/package/package-name
 </code></pre>
     </div>
+
+    <p>where package-name is the package’s tarball. If you have the <code 
class="highlighter-rouge">setup.py</code> for that
+package then you can build the tarball with the following command:</p>
+
+    <div class="highlighter-rouge"><pre class="highlight"><code> python 
setup.py sdist
+</code></pre>
+    </div>
+
+    <p>See the <a 
href="https://docs.python.org/2/distutils/sourcedist.html";>sdist 
documentation</a> for more details on this command.</p>
   </li>
 </ol>
 

Reply via email to