summaryrefslogtreecommitdiff
path: root/documentation/pyserial.rst
diff options
context:
space:
mode:
authorNJDFan <rob.gaddi@gmail.com>2019-06-20 16:04:55 -0700
committerGitHub <noreply@github.com>2019-06-20 16:04:55 -0700
commit3215eb3088a4ca55c5217c2e99da5584c3ee02c1 (patch)
treec64894a3b91f219add4a296db8376d9b3b9bdcef /documentation/pyserial.rst
parent5c021d4bdab2297602b4459f75bef2e00e5ec9ab (diff)
parentacab9d2c0efb63323faebfd5e3405d77cd4b5617 (diff)
downloadpyserial-git-3215eb3088a4ca55c5217c2e99da5584c3ee02c1.tar.gz
Merge pull request #1 from pyserial/master
Catch up to the main fork
Diffstat (limited to 'documentation/pyserial.rst')
-rw-r--r--documentation/pyserial.rst19
1 files changed, 17 insertions, 2 deletions
diff --git a/documentation/pyserial.rst b/documentation/pyserial.rst
index 602134d..8a1afa8 100644
--- a/documentation/pyserial.rst
+++ b/documentation/pyserial.rst
@@ -48,7 +48,7 @@ Requirements
============
- Python 2.7 or Python 3.4 and newer
-- If running on Windows: Something newer than WinXP
+- If running on Windows: Windows 7 or newer
- If running on Jython: "Java Communications" (JavaComm) or compatible
extension for Java
@@ -76,6 +76,21 @@ Using the `python`/`python3` executable of the desired version (2.7/3.x).
Developers also may be interested to get the source archive, because it
contains examples, tests and the this documentation.
+From Conda
+----------
+pySerial can be installed from Conda::
+
+ conda install pyserial
+
+ or
+
+ conda install -c conda-forge pyserial
+
+Currently the default conda channel will provide version 3.4 whereas the
+conda-forge channel provides the current 3.x version.
+
+Conda: https://www.continuum.io/downloads
+
From source (zip/tar.gz or checkout)
------------------------------------
Download the archive from http://pypi.python.org/pypi/pyserial or
@@ -93,7 +108,7 @@ There are also packaged versions for some Linux distributions:
- Debian/Ubuntu: "python-serial", "python3-serial"
- Fedora / RHEL / CentOS / EPEL: "pyserial"
- Arch Linux: "python-pyserial"
-- Gento: "dev-python/pyserial"
+- Gentoo: "dev-python/pyserial"
Note that some distributions may package an older version of pySerial.
These packages are created and maintained by developers working on