diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-03-21 01:54:00 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-03-21 01:54:00 +0200 |
| commit | 9435d665b797e7a61410cf608d1f1bff4695c2f8 (patch) | |
| tree | fd5fc616c0953df601f27c1363b9e845fc6cdafe /docs/tutorials | |
| parent | 8345ae7d0f20b7c924d45b4c6afedf437d3e68b6 (diff) | |
| download | pyramid-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.rst | 4 |
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 |
