Python Forum
How to update pymqi version from conda ? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: How to update pymqi version from conda ? (/thread-7246.html)



How to update pymqi version from conda ? - tracy786 - Dec-30-2017

Hi,
I installed pymqi using conda, but it's an old version (1.3), how to update it to the newest pymqi1.5 ?
thanks.


RE: How to update pymqi version from conda ? - Larz60+ - Dec-30-2017

pip install pymqi
without the version will get the latest version, 1.7


RE: How to update pymqi version from conda ? - snippsat - Dec-30-2017

You try conda first.
conda update pymqi
If not find it,use pip(that is same folder(Scripts) as conda) as Larz60+ posted with update.
pip install -U pymqi