You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#. Install Numpy (optional): run ``sudo pip install -U numpy``
12
9
#. Install NLTK: run ``sudo pip install -U nltk``
10
+
#. Install Numpy (optional): run ``sudo pip install -U numpy``
13
11
#. Test installation: run ``python`` then type ``import nltk``
14
12
13
+
For older versions of Python it might be necessary to install setuptools (see http://pypi.python.org/pypi/setuptools) and to install pip (``sudo easy_install pip``).
14
+
15
15
Windows
16
16
-------
17
17
@@ -20,8 +20,8 @@ These instructions assume that you do not already have Python installed on your
20
20
32-bit binary installation
21
21
~~~~~~~~~~~~~~~~~~~~~~~~~~
22
22
23
-
#. Install Python: http://www.python.org/download/releases/3.4.1/ (avoid the 64-bit versions)
0 commit comments