summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorshaunwbell <shaun.bell@noaa.gov>2017-08-02 06:12:10 -0700
committerGitHub <noreply@github.com>2017-08-02 06:12:10 -0700
commit4e6d6ecba478ea38ec5b45a6a490a365304f0aef (patch)
tree65273a7f2eb07c7ba4358526276263b69ba3da62 /README.rst
parentc54c81d933b847458d465cd77e96cd702ff2e7be (diff)
downloadpyserial-git-4e6d6ecba478ea38ec5b45a6a490a365304f0aef.tar.gz
Update README.rst
Add conda install instructions
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 67ee1bc..ab3ce6f 100644
--- a/README.rst
+++ b/README.rst
@@ -36,6 +36,14 @@ Detailed information can be found in `documentation/pyserial.rst`_.
The usual setup.py for Python_ libraries is used for the source distribution.
Windows installers are also available (see download link above).
+or
+
+To install this package with conda run:
+
+``conda install -c conda-forge pyserial``
+
+conda builds are available for linux, mac and windows.
+
.. _`documentation/pyserial.rst`: https://github.com/pyserial/pyserial/blob/master/documentation/pyserial.rst#installation
.. _examples: https://github.com/pyserial/pyserial/blob/master/examples
.. _Python: http://python.org/