download.html 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>Download Py4J &mdash; Py4J</title>
  7. <link rel="stylesheet" href="_static/py4jdoc.css" type="text/css" />
  8. <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
  9. <script type="text/javascript">
  10. var DOCUMENTATION_OPTIONS = {
  11. URL_ROOT: './',
  12. VERSION: '0.8.1',
  13. COLLAPSE_MODINDEX: false,
  14. FILE_SUFFIX: '.html',
  15. HAS_SOURCE: 'true'
  16. };
  17. </script>
  18. <script type="text/javascript" src="_static/jquery.js"></script>
  19. <script type="text/javascript" src="_static/underscore.js"></script>
  20. <script type="text/javascript" src="_static/doctools.js"></script>
  21. <link rel="author" title="About these documents" href="about.html" />
  22. <link rel="top" title="Py4J" href="index.html" />
  23. <script type="text/javascript">
  24. var _gaq = _gaq || [];
  25. _gaq.push(['_setAccount', 'UA-18626179-1']);
  26. _gaq.push(['_trackPageview']);
  27. (function() {
  28. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  29. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  30. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  31. })();
  32. </script>
  33. </head>
  34. <body>
  35. <div class="page">
  36. <div class="banner">Py4J - A Bridge between Python and Java</div>
  37. <div class="related">
  38. <h3>Navigation</h3>
  39. <ul>
  40. <li class="right" style="margin-right: 5px">
  41. <a href="genindex.html" title="General Index"
  42. accesskey="I">index</a></li>
  43. <li class="right" >
  44. <a href="py-modindex.html" title="Python Module Index"
  45. >modules</a> |</li>
  46. <li><a href="index.html">Home</a> |</li>
  47. <li><a href="#">Download</a> |</li>
  48. <li><a href="contents.html">Doc</a> |</li>
  49. <li><a href="https://blog.py4j.org">Blog</a> |</li>
  50. <li><a href="https://github.com/bartdag/py4j">github</a> |</li>
  51. <li><a href="about.html">About</a> &raquo;</li>
  52. </ul>
  53. </div>
  54. <div class="sphinxsidebar">
  55. <div class="sphinxsidebarwrapper">
  56. <h3><a href="contents.html">On This Page</a></h3>
  57. <ul>
  58. <li><a class="reference internal" href="#">Download Py4J</a></li>
  59. <li><a class="reference internal" href="#download-py4j-for-eclipse">Download Py4J for Eclipse</a></li>
  60. <li><a class="reference internal" href="#requirements">Requirements</a></li>
  61. </ul>
  62. <h3>This Page</h3>
  63. <ul class="this-page-menu">
  64. <li><a href="_sources/download.txt"
  65. rel="nofollow">Show Source</a></li>
  66. </ul>
  67. <div id="searchbox" style="display: none">
  68. <h3>Quick search</h3>
  69. <form class="search" action="search.html" method="get">
  70. <input type="text" name="q" size="18" />
  71. <input type="submit" value="Go" />
  72. <input type="hidden" name="check_keywords" value="yes" />
  73. <input type="hidden" name="area" value="default" />
  74. </form>
  75. <p class="searchtip" style="font-size: 90%">
  76. Enter search terms or a module, class or function name.
  77. </p>
  78. </div>
  79. <script type="text/javascript">$('#searchbox').show(0);</script>
  80. </div>
  81. </div>
  82. <div class="document">
  83. <div class="documentwrapper">
  84. <div class="bodywrapper">
  85. <div class="body">
  86. <div class="section" id="download-py4j">
  87. <h1>Download Py4J<a class="headerlink" href="#download-py4j" title="Permalink to this headline">¶</a></h1>
  88. <p>You can download Py4J by using pip, <code class="docutils literal"><span class="pre">pip</span> <span class="pre">install</span> <span class="pre">py4j</span></code>, or easy_install,
  89. <code class="docutils literal"><span class="pre">easy_install</span> <span class="pre">py4j</span></code>.</p>
  90. <p>Alternatively, you can download the latest version of Py4J from <a class="reference external" href="http://pypi.python.org/pypi/py4j">PyPI</a>.</p>
  91. <p>After you have downloaded Py4J, you can follow the <a class="reference internal" href="install.html"><em>Installation
  92. instructions</em></a> or jump to the <a class="reference internal" href="getting_started.html"><em>Getting Started Tutorial</em></a>.</p>
  93. </div>
  94. <div class="section" id="download-py4j-for-eclipse">
  95. <h1>Download Py4J for Eclipse<a class="headerlink" href="#download-py4j-for-eclipse" title="Permalink to this headline">¶</a></h1>
  96. <p>You can download Py4J plug-ins from this update site:</p>
  97. <p><code class="docutils literal"><span class="pre">http://eclipse.py4j.org/</span></code></p>
  98. <p>If you have Java 7+, you can use https:</p>
  99. <p><code class="docutils literal"><span class="pre">https://eclipse.py4j.org/</span></code></p>
  100. </div>
  101. <div class="section" id="requirements">
  102. <h1>Requirements<a class="headerlink" href="#requirements" title="Permalink to this headline">¶</a></h1>
  103. <p>Py4J requires:</p>
  104. <ul class="simple">
  105. <li>A Python interpreter. Py4J has been tested with CPython 2.6, 2.7, and
  106. CPython 3.4.</li>
  107. <li>Java 6.0+.</li>
  108. </ul>
  109. <p>Py4J for Eclipse requires:</p>
  110. <ul class="simple">
  111. <li>Eclipse 3.6+ (Eclipse 3.4 and 3.5 should probably work)</li>
  112. <li>Java 6.0+</li>
  113. </ul>
  114. <p>If you would like a particular version of Python or Java to be supported, fill
  115. a <a class="reference external" href="https://github.com/bartdag/py4j/issues/new">feature request</a>.</p>
  116. </div>
  117. </div>
  118. </div>
  119. </div>
  120. <div class="clearer"></div>
  121. </div>
  122. <div class="related">
  123. <h3>Navigation</h3>
  124. <ul>
  125. <li class="right" style="margin-right: 5px">
  126. <a href="genindex.html" title="General Index"
  127. >index</a></li>
  128. <li class="right" >
  129. <a href="py-modindex.html" title="Python Module Index"
  130. >modules</a> |</li>
  131. <li><a href="index.html">Home</a> |</li>
  132. <li><a href="#">Download</a> |</li>
  133. <li><a href="contents.html">Doc</a> |</li>
  134. <li><a href="https://blog.py4j.org">Blog</a> |</li>
  135. <li><a href="https://github.com/bartdag/py4j">github</a> |</li>
  136. <li><a href="about.html">About</a> &raquo;</li>
  137. </ul>
  138. </div>
  139. <div class="footer">
  140. &copy; Copyright 2009-2013, Barthélémy Dagenais.
  141. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.3.1.
  142. </div>
  143. </div>
  144. </body>
  145. </html>