Custom Search

Saturday, September 23, 2017

How to Setup Python Development Environment with Atom Editor in macOS Sierra Mac OS X

1)
Launch Atom.
Go to ---> "Preferences".
Click on +Install

In the Search packages search box, enter the following plugins and install it:





a) script
Select python file, then press "CTRL+SHIFT+P", then type "script" then enter to run python file.

b) autocomplete-python

d) python-autopep8
* dependency package : pip install autopep8
* In package settings select "format on save" option.
* format check

e)linter-flake8
* dependency package : pip install flake8
* syntax check

Optional:
a)file-icons
b)minimap

1 comment: