And in this tutorial series they're going to use pika. To install it, it says:
- On Windows: To install easy_install, run the MS Windows Installer for setuptools
easy_install pip pip install pika==0.9.8
The "easy_install" is under the python installation directory(Python/Scripts), there is an easy install.exe under Scripts directory, at the command line input:
easy_install.exe pip
pip.exe install pika
thank you
ReplyDeletebrilliant! thank you! after hours of searching, a straightforward answer!
ReplyDelete