Skip to content

VS Code Python配置

1

shell
ext install python

2

shell
& "C:\Program Files\Python36\python.exe" -m pip install pylint
& "C:\Program Files\Python36\python.exe" -m pip install yapf

reference

用VSCode写python的正确姿势