C:\Users\Administrator>pip install nltk
Collecting nltk
Downloading https://files.pythonhosted.org/packages/f6/1d/d925cfb4f324ede997f6d47bea4d9babba51b49e87a767c170b77005889d/nltk-3.4.5.zip (1.5MB)
100% |████████████████████████████████| 1.5MB 867kB/s
Requirement already satisfied: six in d:\python\lib\site-packages (from nltk) (1.11.0)
Installing collected packages: nltk
Running setup.py install for nltk ... done
Successfully installed nltk-3.4.5
You are using pip version 18.1, however version 19.3.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
.....