Skip to content

Commit 2afd7ad

Browse files
GerardwxGerard Weatherby
and
Gerard Weatherby
authored
Add note about upgrading pip (#759)
* Allow pip install -e . to work * Unneeded with current git * Add note about upgrading pip * remove trailing space Co-authored-by: Gerard Weatherby <gweatherby@seawolf.cam.uchc.edu>
1 parent 7acd94e commit 2afd7ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/contributing.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ Python. For example:
2525
python3.6 -m venv venv
2626
source venv/bin/activate
2727
28-
Then, run the following command:
28+
Then, run the following commands:
2929

3030
.. code-block:: console
3131
32+
pip install -U pip
3233
pip install -e .
3334
3435
Now, in your virtual environment, ``twine`` is pointing at your local copy, so

0 commit comments

Comments
 (0)