Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
Update index.html for Python 3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmayo committed Oct 24, 2019
1 parent 39900c6 commit 28aea4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<div align=right class=lastmod>
<!-- hhmts start -->
Last Modified: Mon Sep 26 09:04:15 UTC 2016
Last Modified: Thu Oct 24 18:45:00 UTC 2019
<!-- hhmts end -->
</div>

Expand Down Expand Up @@ -58,7 +58,7 @@ <h2><a name="intro">What's It?</a></h2>
<p>
<h3>Features</h3>
<ul>
<li> Written entirely in Python. (for version 2.6 or newer)
<li> Written entirely in Python. (for version 3.6 or newer)
<li> Parse, analyze, and convert PDF documents.
<li> PDF-1.7 specification support. (well, almost)
<li> CJK languages and vertical writing scripts support.
Expand Down Expand Up @@ -103,8 +103,8 @@ <h3><a name="wheretoask">Where to Ask</a></h3>

<h2><a name="install">How to Install</a></h2>
<ol>
<li> Install <a href="http://www.python.org/download/">Python</a> 2.6 or newer.
(<font color=red><strong>Python 3 is not supported.</strong></font>)
<li> Install <a href="http://www.python.org/download/">Python</a> 3.6 or newer.
(<font color=red><strong>Python 2 is not supported.</strong></font>)
<li> Download the <a href="#source">PDFMiner source</a>.
<li> Unpack it.
<li> Run <code>setup.py</code> to install:<br>
Expand Down

0 comments on commit 28aea4f

Please sign in to comment.