Boston Python workshop 2/Friday setup/Windows text editor: Difference between revisions

From OpenHatch wiki
Content added Content deleted
imported>Sethwoodworth
No edit summary
imported>Sethwoodworth
No edit summary
Line 5: Line 5:
To install it:
To install it:


* Go to http://notepad-plus-plus.org/release/5.9
* Click and download http://download.tuxfamily.org/notepadplus/5.9/npp.5.9.Installer.exe
* Click on '''Notepad++ v5.9 Installer''' to download the installer.
* Run the installer, and follow the process to the end.
* Run the installer, and follow the process to the end.



Revision as of 01:42, 12 May 2011

Our recommendation

On Windows, we suggest the Notepad++ text editor. It is actually unrelated to the Windows default program called Notepad.

To install it:

To run it:

  • In Windows Vista or Windows 7, click on the Start menu, and type notepad++ in the Search Field.
  • In Windows XP, click on the Start menu, and navigate to All Programs, then notepad++.

Success!

Now you have an editor that you can use to open any text file, including Python programs.

If you have different editor for text, check with an instructor before moving on to make sure it will work for the weekend.

« Back to the Friday setup page