install nltk without pip code example
Example 1: install nltk
# on Window : press [window] + [R]
# in the search bar write cmd
pip install --user -U nltk
Example 2: import nltk in python
import nltk
# on Window : press [window] + [R]
# in the search bar write cmd
pip install --user -U nltk
import nltk