You will need 1 gigabyte of harddisk space
-
Open the Terminal
-
Download setup script that will install miniconda, jupiter and nltk (copy & paste the command)
curl https://raw.githubusercontent.com/doylek1/NLTK/master/setup-mac.sh --output /tmp/setup-mac.sh
- Run the setup script (copy & paste the command)
sh /tmp/setup-mac.sh-
When asked “proceed (y/n)” , then type
yand hitENTERkey This will take a few minutes. When downloading is complete, your computer is successfully setup to do work. -
Open a new terminal window
-
type
jupyter-notebookin command line and hitENTERkey -
This will open jupyter notebook in a new internet browser window
If for any reason, you need to re-install Miniconda (eg. broken download), then delete the minconda directory and try again
rm -rf ~/miniconda/-
Open the Terminal
-
Download setup script that will install miniconda, jupiter and nltk (copy & paste the command)
wget -O /tmp/setup-ubuntu.sh https://raw.githubusercontent.com/doylek1/NLTK/master/setup-ubuntu.sh- Run the setup script (copy & paste the command)
sh /tmp/setup-ubuntu.sh-
When asked “proceed (y/n)” , then type
yand hitENTERkey This will take a few minutes. When downloading is complete, your computer is successfully setup to do work. -
Open a new terminal window
-
type
jupyter-notebookin command line and hitENTERkey -
This will open jupyter notebook in a new internet browser window
If for any reason, you need to re-install Miniconda (eg. broken download), then delete the minconda directory and try again
rm -rf ~/miniconda/-
Download the
python 3 exe installerfrom https://conda.io/miniconda.html (If you are not sure and you are using windows 7, 8, 9 or 10, then download the 64-bit exe installer) -
Run the exe installer and install using default choices. By clicking next. (The installation might take a few minutes if the computer is slow, you can click "Show Details" to see the installation progress.
-
When installation is complete, find and open a program called
Select Anaconda Promptfrom the Windows Start Menu.
This will open a new window with a black background (it might keep blinking if the computer is slow). Wait until you can start typing
-
Type
conda install jupyter nltk beautifulsoup4and hitENTERkey. When asked do you want to proceed, typeyand hitENTER.This will take a a few minutes to download jupyter and nltk.
-
When download is complete, you may wish to change directory by your home directory so that jupyter notebooks can be opened and saved in your home directroy. Change directory by entering
cd c:\users\myUsernameandc: -
Type
jupyter-notebookand pressENTERkey. This will start jupyter notebook in the default browser. It might open in Internet Explorer. If you prefer to use Chrome or Firefox, then you need to change the windows settings to use Chrome or Firefox as the default browser.