Mac/Unix¶

  1. Open Finder>Applications>Utilities>Terminal and type python -V to find out what version of Python is installed
  2. Install Setuptools: Download the corresponding version of Setuptools from
    http://pypi.python.org/pypi/setuptools (scroll to the bottom, and pick the filename that contains the right version number and which has the extension .egg). Install it by typing sudo sh Downloads/setuptools-...egg, giving the location of the downloaded file.
  3. Install Pip: run sudo easy_install pip
  4. Install Numpy (optional): run sudo pip install -U numpy
  5. Install PyYAML and NLTK: run sudo pip install -U pyyaml nltk
  6. Test installation: run python then type import nltk
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。