summaryrefslogtreecommitdiff
path: root/docs/tutorials
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-03-21 01:54:00 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-03-21 01:54:00 +0200
commit9435d665b797e7a61410cf608d1f1bff4695c2f8 (patch)
treefd5fc616c0953df601f27c1363b9e845fc6cdafe /docs/tutorials
parent8345ae7d0f20b7c924d45b4c6afedf437d3e68b6 (diff)
downloadpyramid-9435d665b797e7a61410cf608d1f1bff4695c2f8.tar.gz
pyramid-9435d665b797e7a61410cf608d1f1bff4695c2f8.tar.bz2
pyramid-9435d665b797e7a61410cf608d1f1bff4695c2f8.zip
revert to a better paragraph
Diffstat (limited to 'docs/tutorials')
-rw-r--r--docs/tutorials/wiki2/installation.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/installation.rst b/docs/tutorials/wiki2/installation.rst
index 4b09f6eb7..bb22371ab 100644
--- a/docs/tutorials/wiki2/installation.rst
+++ b/docs/tutorials/wiki2/installation.rst
@@ -70,7 +70,9 @@ Install Pyramid Into the Virtual Python Environment
SQLite3
-------
-If you used a package manager to install your Python, or if you compiled your Python from source, then you must install SQLite3 and its development packages. If you downloaded your Python from python.org On a Debian system, this would be:
+Install SQLite3 and its development packages if you don't already
+have them installed. Usually this is via your system's package
+manager. On a Debian system, this would be:
.. code-block:: text