Skip to content

Commit

Permalink
Add note about upgrading pip (#759)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
Gerardwx and Gerard Weatherby committed Jun 2, 2021
1 parent 7acd94e commit 2afd7ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/contributing.rst
Expand Up @@ -25,10 +25,11 @@ Python. For example:
python3.6 -m venv venv
source venv/bin/activate
Then, run the following command:
Then, run the following commands:

.. code-block:: console
pip install -U pip
pip install -e .
Now, in your virtual environment, ``twine`` is pointing at your local copy, so
Expand Down

0 comments on commit 2afd7ad

Please sign in to comment.