Steps to install pep8 autoformat package in Sublime Editor
1. Download Mercurial from https://www.mercurial-scm.org/ and install it.
2. Go To Sublime Text -> Preferences -> Browse Packages -> Note down the location.
3. Open terminal and go to Sublime Packages location.
4. Get clone - hg clone https://bitbucket.org/StephaneBunel/pythonpep8autoformat 'Python PEP8 Autoformat'
5. Restart Sublime Text3
6. If pep8 max line length 80 not working - Go To Sublime Text -> Preferences -> Settings -> User - Add rules
"rulers": [80]
Thanks!!!! Enjoy Programming!!! :)
1. Download Mercurial from https://www.mercurial-scm.org/ and install it.
2. Go To Sublime Text -> Preferences -> Browse Packages -> Note down the location.
3. Open terminal and go to Sublime Packages location.
4. Get clone - hg clone https://bitbucket.org/StephaneBunel/pythonpep8autoformat 'Python PEP8 Autoformat'
5. Restart Sublime Text3
6. If pep8 max line length 80 not working - Go To Sublime Text -> Preferences -> Settings -> User - Add rules
"rulers": [80]
Thanks!!!! Enjoy Programming!!! :)
Comments
Post a Comment
Thanks for your valuable comments.