File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,21 @@ Using the `python`/`python3` executable of the desired version (2.7/3.x).
7676Developers also may be interested to get the source archive, because it
7777contains 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+
7994From source (zip/tar.gz or checkout)
8095------------------------------------
8196Download the archive from http://pypi.python.org/pypi/pyserial or
You can’t perform that action at this time.
0 commit comments