Skip to content

Commit 429b79b

Browse files
authored
Merge pull request pyserial#257 from shaunwbell/patch-1
Update README.rst re conda
2 parents c54c81d + 4e6d6ec commit 429b79b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ Detailed information can be found in `documentation/pyserial.rst`_.
3636
The usual setup.py for Python_ libraries is used for the source distribution.
3737
Windows installers are also available (see download link above).
3838

39+
or
40+
41+
To install this package with conda run:
42+
43+
``conda install -c conda-forge pyserial``
44+
45+
conda builds are available for linux, mac and windows.
46+
3947
.. _`documentation/pyserial.rst`: https://github.com/pyserial/pyserial/blob/master/documentation/pyserial.rst#installation
4048
.. _examples: https://github.com/pyserial/pyserial/blob/master/examples
4149
.. _Python: http://python.org/

0 commit comments

Comments
 (0)