summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2013-11-13 22:40:18 -0500
committerTimothy Crosley <timothy.crosley@gmail.com>2013-11-13 22:40:18 -0500
commit0bb43e5e8ed3b59ff2f27c226524a86d2c334c18 (patch)
tree38ae34240fa48e5235558e1a33dc6493d6540e7f /README.md
parent6c323043d6e2080a4af3cba6d8a2475d74b93a22 (diff)
downloadpies-0bb43e5e8ed3b59ff2f27c226524a86d2c334c18.tar.gz
Rearrange documentation a bit
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 11 insertions, 13 deletions
diff --git a/README.md b/README.md
index 2fd0748..a9124e1 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,17 @@
The simplest (and tastiest) way to write one program that runs on both Python 2.6+ and Python 3.
+Let's eat some pies!
+======================
+
+Installing pies
+
+ pip install pies
+
+or if you prefer:
+
+ easy_install pies
+
Overview
====================
@@ -25,19 +36,6 @@ leading to many more overrides and further into different language territory.
Additionally, as stated above, where possible pies tries to enable you to not have to change syntax at all -
pass including the import.
-
-Let's eat some pies!
-======================
-
-Installing pies
-
- pip install pies
-
-or if you prefer:
-
- easy_install pies
-
-
Integrating pies into your diet
======================