diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -125,6 +125,13 @@ 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-pip # if you do not already have it +pip install --upgrade pip +sudo python -m pip install autopep8 +``` + Working with The Bitcoin ABC Repository ---------------------------------------