Skip to content

Commit 3fc18ee

Browse files
authored
Merge pull request pyserial#259 from shaunwbell/patch-2
Update pyserial.rst
2 parents 429b79b + 6bab3ca commit 3fc18ee

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

documentation/pyserial.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,21 @@ Using the `python`/`python3` executable of the desired version (2.7/3.x).
7676
Developers also may be interested to get the source archive, because it
7777
contains examples, tests and the this documentation.
7878

79+
From Conda
80+
----------
81+
pySerial can be installed from Conda::
82+
83+
conda install pyserial
84+
85+
or
86+
87+
conda install -c conda-forge pyserial
88+
89+
Currently the default conda channel will provide version 2.7 whereas the
90+
conda-forge channel provides the current 3.x version.
91+
92+
Conda: https://www.continuum.io/downloads
93+
7994
From source (zip/tar.gz or checkout)
8095
------------------------------------
8196
Download the archive from http://pypi.python.org/pypi/pyserial or

0 commit comments

Comments
 (0)