Skip to content

Commit

Permalink
Merge pull request #25 from Pylons/pe-python2or3
Browse files Browse the repository at this point in the history
Give a try at #10 about Python 2 vs. 3.
  • Loading branch information
stevepiercy committed May 18, 2015
2 parents 5b04c71 + 15a0d49 commit 6f75529
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,12 @@ <h3 class="title">Hello World App</h3>
</div>
<div class="col-md-6">
<h3 class="title">Easy To Start</h3>
<p>Let's create a minimal web app in 5 minutes using Python 3.</p>
<p>Let's create a minimal web app in 5 minutes.</p>
<h4>1. Install Python</h4>
<p>Install the latest Python 3 from <a href="https://www.python.org/downloads/">Python.org</a>.</p>
<p>Install the latest Python 2 or 3 from <a
href="https://www.python.org/downloads/">Python.org</a>.</p>
<h4>2. Install Pyramid</h4>
<p>For example, after installing Python 3:</p>
<pre class="nobs">
<code class="bash">$ pyvenv myproject
$ cd myproject
Expand Down

0 comments on commit 6f75529

Please sign in to comment.