We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c54c81d + 4e6d6ec commit 429b79bCopy full SHA for 429b79b
README.rst
@@ -36,6 +36,14 @@ Detailed information can be found in `documentation/pyserial.rst`_.
36
The usual setup.py for Python_ libraries is used for the source distribution.
37
Windows installers are also available (see download link above).
38
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
47
.. _`documentation/pyserial.rst`: https://github.com/pyserial/pyserial/blob/master/documentation/pyserial.rst#installation
48
.. _examples: https://github.com/pyserial/pyserial/blob/master/examples
49
.. _Python: http://python.org/
0 commit comments