So I'm trying to install the spyder-autopep8 plugin from here: https://github.com/spyder-ide/spyder-autopep8
I downloaded and unzipped it and ran python setup.py install
as instructed. (This is inside my ../.spyder-py3/plugins folder)
My question is how do I use this inside Spyder? The instructions from the README (link above) says to hit F8 or go to Source > Run autopep8 code autoformatting
. But right now, the default F8 for me is Source > Run static code analysis
.
Thanks!!