python - how to update to a specific versionh of pyserial 2.6 -


i want update pyserial 2.6,i install using pip install pyserial,is there pip command install specific version

pip install pyserial==2.6 

or can use >= , <=

also, try pip install more on pip installation options


Comments