summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2011-12-29 03:07:53 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2011-12-29 03:07:53 +0000
commitec58c1c50fc79bd81c059e6cf6914698a90f10f4 (patch)
tree6e4f76bdd0e88b9d4ec66e00dcebf882e691b71d
parent4265a410e3b8a6cd3fd0014a1a7570311cb4b159 (diff)
downloadpyserial-ec58c1c50fc79bd81c059e6cf6914698a90f10f4.tar.gz
fix install instructions (doc)
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@448 f19166aa-fa4f-0410-85c2-fa1106f25c8a
-rw-r--r--documentation/pyserial.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/pyserial.rst b/documentation/pyserial.rst
index 017e6bc..69076b8 100644
--- a/documentation/pyserial.rst
+++ b/documentation/pyserial.rst
@@ -76,7 +76,7 @@ From PyPI
Alternatively it can be installed from PyPI, either manually downloading the
files and installing as described above or using::
- pip pyserial
+ pip install pyserial
or::