summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorChris Liechti <cliechti@gmx.net>2016-09-15 21:24:24 +0200
committerChris Liechti <cliechti@gmx.net>2016-09-15 21:24:24 +0200
commitc600e2354fe3a7b4f0d5ba219e180e93b10e1651 (patch)
tree652b34a54f41f640dd2432a5de1dd81bac2d4b13 /documentation
parent143ff760b04d259d7731184593b1fbeef6ddeac5 (diff)
downloadpyserial-git-c600e2354fe3a7b4f0d5ba219e180e93b10e1651.tar.gz
docs: update requirements, typo
- typo reported by @DavidHowlett, fixes #161 - update requirements and mention WinXP :(
Diffstat (limited to 'documentation')
-rw-r--r--documentation/pyserial.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/documentation/pyserial.rst b/documentation/pyserial.rst
index dc0d028..f063385 100644
--- a/documentation/pyserial.rst
+++ b/documentation/pyserial.rst
@@ -48,9 +48,13 @@ Requirements
============
- Python 2.7 or Python 3.4 and newer
-- If running on Jython: "Java Communications" (JavaComm) or compatible extension for Java
+- If running on Windows: Something newer than WinXP
-For older installations, see `older versions`_ below.
+- If running on Jython: "Java Communications" (JavaComm) or compatible
+ extension for Java
+
+For older installations (older Python versions or older operating systems), see
+`older versions`_ below.
Installation