Thread: installing
View Single Post
  #1  
Old 03-11-2015, 06:52 AM
willpower2727 willpower2727 is offline
Member
 
Join Date: Feb 2015
Posts: 39
Unhappy installing

Hi I am trying to figure out how to install "Yappi" (yet another python profiler) to profile a multi-thread script. The installation instructions from Yappi say I can install using "easy_install" or "pip install" methods.

I am running Vizard 4 (Python 2.7), which appears to have the pip package already installed. However, I can't figure out how to use it. I've tried the following commands in the python shell:

python -m pip install yappi-0.94.tar.gz

py -2.7 -m pip install yappi-0.94.tar.gz

I get nothing but a syntax error. Can anyone help me figure out my error? How can I make use of the pip package?
Reply With Quote