一、实验环境
1.Windows10x64
2.anaconda4.6.9 + python3.7.1(anaconda集成,不需单独安装)
二、安装autopep8
cmd窗口输入:
pip install autopep8
三、在Pycharm中安装autopep8配置
配置项目
- Name:Autopep8(可以随便取)
- Tools settings
- Programs:autopep8
- Parameters:--in-place --aggressive --aggressive $FilePath$
- Working directory:$ProjectFileDir$
- 点击Output Files→添加,在对话框中的:Regular expression to match output中输入:
$FILE_PATH$\:$LINE$\:$COLUMN$\:.*