Skip to content

deniszaboronsky/atomConfig

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Set up

The following code will set up Atom as a Python IDE with effective linting, PEP8 detection and autocomplete. This works best with a vanilla python install, and since Atom is fully open source means there is no risk of license misuse for python dev.

Pip install required first:

pip install flake8
pip install autopep8
pip install jedi

Then install atom and clone the repo and then run the following with the correct address for the package.list, if you change directory to the location the below code will work.

apm install --packages-file package.list

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published