您的位置:首页 > 编程语言 > Python开发

安装python+setuptools+pip+nltk

2017-07-13 15:04 495 查看
环境:Win10 64 + python 2.7
32 bit

Source installation (for 32-bit or 64-bit Windows)

1.Install Python: http://www.python.org/download/releases/2.7.3/
简单

2.Install Numpy (optional): http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy


3.Install Setuptools: http://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11.win32-py2.7.exe
简单

4.Install Pip: Start>Run... c:\Python27\Scripts\easy_install pip



5.Install PyYAML and NLTK: Start>Run... c:\Python27\Scripts\pip install pyyaml nltk



6.Test installation: Start>All Programs>Python27>IDLE, then type import nltk

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: