Skip to content

Commit

Permalink
Update pyserial.rst
Browse files Browse the repository at this point in the history
Checked the version against conda today, looks like it's pyserial 3.4.

```
In [1]: import serial

In [2]: serial.__version__
Out[2]: '3.4'
```
  • Loading branch information
pletnes committed Mar 8, 2018
1 parent 92d1016 commit e5bba52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/pyserial.rst
Expand Up @@ -86,7 +86,7 @@ pySerial can be installed from Conda::
conda install -c conda-forge pyserial conda install -c conda-forge pyserial
Currently the default conda channel will provide version 2.7 whereas the Currently the default conda channel will provide version 3.4 whereas the
conda-forge channel provides the current 3.x version. conda-forge channel provides the current 3.x version.


Conda: https://www.continuum.io/downloads Conda: https://www.continuum.io/downloads
Expand Down

0 comments on commit e5bba52

Please sign in to comment.