Skip to content

Commit

Permalink
Give a try at #10 about Python 2 vs. 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
pauleveritt committed May 18, 2015
1 parent de1d2f9 commit 45a8a49
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,13 @@ <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 from <a
href="https://www.python.org/downloads/">Python.org</a>.
Works fine under Python 2 or 3.</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 45a8a49

Please sign in to comment.