git clone https://github.com/openpyxl/openpyxl.git cd openpyxl pip install -r requirements.txt git checkout -b fix-issue-1234 pip install -e . python setup.py test git add . git push origin fix-issue-1234