From c35dfe3db242f64592e5135c92dd6393271ad10b Mon Sep 17 00:00:00 2001 From: Charlie O'Keefe Date: Thu, 21 Mar 2019 15:34:07 -0600 Subject: [PATCH] Add 'Upgrade pip' step --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index d8ca624..fd64fbd 100644 --- a/README.md +++ b/README.md @@ -362,6 +362,21 @@ environment active when using a shell at (or below) that location. +## Upgrade pip + +`pip` has a command to upgrade itself. Let's go ahead and run that: + +``` +zcash-gitian$ pip --version +pip 18.1 from /Users/harrypotter/Projects/zcash-gitian/local/python_v3.7.2_venv/lib/python3.7/site-packages/pip (python 3.7) +zcash-gitian$ pip install --upgrade pip +Collecting pip +[...] +Successfully installed pip-19.0.3 +``` + + + ## Decide on a gpg keypair to use for gitian You can generate a keypair specifically for zcash gitian builds with a command like the one below.