I have recently started working on Python and I am trying to set up my environment to start python builds. I am using Atom as an editor. What all should I do? I did the following:
Installed python
Installed pip
In Atom, installed the following packages:
linter
linter-flake8
linter-ui-default
busy-signal
intentions
But I have been getting this error: Flake8 crashed! linter-flake8:: Flake8 threw an error related to: Failed to spawn command flake8. Make sure flake8 is installed and on your PATH Please check Atom's Console for more details
Can anyone help me with it?