Skip to content

Instantly share code, notes, and snippets.

@michael34435
Last active October 17, 2015 17:52
Show Gist options
  • Save michael34435/888d7006c988dfab7914 to your computer and use it in GitHub Desktop.
Save michael34435/888d7006c988dfab7914 to your computer and use it in GitHub Desktop.
給以後要安裝pep linter的時候的筆記

給在MACOS時會遇到的解法

pep8

sudo -H pip install pep8  
sudo -H pip install autopep8  

flake8

sudo -H pip install flake8  
sudo -H pip install flake8-docstrings  
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment