Prepare
- Download SublimeText in here
- Following this settings :
- Install Package Control [ ctrl + ` ], after finish, close and open again your sublimetext
- Install Package [ ctrl + shift + p ] : All Autocomplete
- Install Package [ ctrl + shift + p ] : TrailingSpace
- Install Package [ ctrl + shift + p ] : AutoPEP8
- Install Package [ ctrl + shift + p ] : Theme - SolarizedDark
- Following this settings
{
"font_size": 10,
"ignored_packages":
[
"Vintage",
"Theme - Soda SolarizedDark"
],
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true
}
Now, create new file, and save in your directory such as test.py and write standard code like
print "hello world"
and go to tools - Build System - Automatic / Python and Build or [ ctrl + b ]
No comments:
Post a Comment