diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -125,6 +125,11 @@ may have to install clang-format-4.0 and autopep8. clang-format-4.0.0 can be installed from http://releases.llvm.org/download.html +To install autopep8 on Ubuntu: +``` +sudo apt-get install python-autopep8 +``` + Working with The Bitcoin ABC Repository ---------------------------------------