I want to update to pyserial 2.6,I normally install using pip install pyserial,is there a pip command to install to a specific version
Asked
Active
Viewed 792 times
0
-
2possible duplicate of http://stackoverflow.com/questions/5226311/installing-specific-package-versions-with-pip – Greg Aug 01 '16 at 18:16
-
please use proper spelling and grammar – noɥʇʎԀʎzɐɹƆ Aug 01 '16 at 18:19
1 Answers
0
pip install pyserial==2.6
or you can as well use >= and <=
Also, try pip help install
to get more help on pip installation options

be_good_do_good
- 4,311
- 3
- 28
- 42