summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorshaunwbell <shaun.bell@noaa.gov>2017-08-03 09:19:21 -0700
committerGitHub <noreply@github.com>2017-08-03 09:19:21 -0700
commit6bab3ca68e8af62c3a4131b50e765b8b803c9cd8 (patch)
treec0ac8eec25b33da4edf00e80b4488421faa408a5 /documentation
parent429b79b306e66dfa8e2dc82199df2eac3ed3fe7e (diff)
downloadpyserial-git-6bab3ca68e8af62c3a4131b50e765b8b803c9cd8.tar.gz
Update pyserial.rst
Add conda instructions. Reference both the conda default channel and conda-forge channel
Diffstat (limited to 'documentation')
-rw-r--r--documentation/pyserial.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/documentation/pyserial.rst b/documentation/pyserial.rst
index 7158dbf..adec998 100644
--- a/documentation/pyserial.rst
+++ b/documentation/pyserial.rst
@@ -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 2.7 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