diff --git a/src/templates/index.html b/src/templates/index.html index fae6c48..1aab15e 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -58,10 +58,13 @@

Hello World App

Easy To Start

-

Let's create a minimal web app in 5 minutes using Python 3.

+

Let's create a minimal web app in 5 minutes.

1. Install Python

-

Install the latest Python 3 from Python.org.

+

Install the latest Python from Python.org. + Works fine under Python 2 or 3.

2. Install Pyramid

+

For example, after installing Python 3:

             $ pyvenv myproject
 $ cd myproject