I am running Python 2.7.9 on a Windows 8 machine. I've programmed for a long time (since the 60s), but I'm having trouble figuring out how to install the Six Module. I need a step-by-step set of instructions. Either help here or a suggested website would be helpful to this old man. Thanks!
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
On some computers where I don't have pip
installed I usually do:
- Extract the downloaded file
- In the command line, where you extracted do
python setup.py install
- Module should now be installed
- You can run
python
now - In the interactive interpreter do
import module_name
- If you get no errors, installation was a success