summaryrefslogtreecommitdiffstats
path: root/doc/install.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 22:02:42 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 22:02:42 -0600
commit8c9e5c21b7246ebab379d6d36120992c5e82501e (patch)
treebd3e2823a96f8cfb35b30b9514a3bc3d6e8857e7 /doc/install.html
parent74420664aeaa6bb4d9bbde7f70a3b4468d24be60 (diff)
downloadpytde-8c9e5c21b7246ebab379d6d36120992c5e82501e.tar.gz
pytde-8c9e5c21b7246ebab379d6d36120992c5e82501e.zip
Fix retquire
Diffstat (limited to 'doc/install.html')
-rw-r--r--doc/install.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install.html b/doc/install.html
index 71fe7f0..a2dff56 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -26,7 +26,7 @@ Before reporting bugs, please read the <a href="trouble.html">Troubleshooting</a
</p>
<h2>System Retquirements</h2>
<p>PyKDE only runs on Linux or other Unix-based systems. The usual tools (compiler,
-linker, make, etc) are retquired. In addition you need:
+linker, make, etc) are required. In addition you need:
</p>
<dl>
<dt>sip</dt>
@@ -60,7 +60,7 @@ are in the same location as the PyTQt files (usually python/site-packages). Thes
files are generated automatically if you build/compile sip and PyTQt from source.
</p>
<p>
-PyKDE also retquires the PyTQt sip files to build and compile. If you installed PyTQt from an
+PyKDE also requires the PyTQt sip files to build and compile. If you installed PyTQt from an
RPM, you also need to have installed the corresponding "PyTQt-devel" RPM, which contains the
PyTQt sip files.
</p>