Skip to content Skip to sidebar Skip to footer
Showing posts with the label Easy Install

Adding Libraries To Portable Python

So I'm currently using portable python and I need to add the neurolab library. On command line … Read more Adding Libraries To Portable Python

Unable To Use Easy_install To Install Python Modules

I am trying to use easy_install to install a module called requests by doing easy_install requests… Read more Unable To Use Easy_install To Install Python Modules

How To Install Python Module Without Pip After We Download The Module To Local Folder

we can download the module - requests , as the following cd /home/module/ pip download requests ls … Read more How To Install Python Module Without Pip After We Download The Module To Local Folder

Why Doesn't My Python 2.6 Auto-unzip Egg Files On Import?

I'm under the impression that Python import is supposed to automatically unzip egg files in sit… Read more Why Doesn't My Python 2.6 Auto-unzip Egg Files On Import?

Installing Scrapy-python And Easy_install On Windows 7

I'm trying to install Scrapy on windows 7. I'm following these instructions: http://doc.scr… Read more Installing Scrapy-python And Easy_install On Windows 7

How To Make Easy_install Execute Custom Commands In Setup.py?

I want my setup.py to do some custom actions besides just installing the Python package (like insta… Read more How To Make Easy_install Execute Custom Commands In Setup.py?