Skip to content

Commit 6be97d9

Browse files
ftruzzicarver
authored andcommitted
update docs to make sure latest pip is installed
1 parent cba70e1 commit 6be97d9

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/guides/quickstart.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ we need to install the ``python3-pip`` package through the following command.
2828
.. note::
2929
.. include:: /fragments/virtualenv_explainer.rst
3030

31+
Then, we need make to sure you have the latest version of ``pip`` so that all dependencies can be installed correctly:
32+
33+
.. code:: sh
34+
35+
pip3 install -U pip
36+
3137
Finally, we can install the ``py-evm`` package via pip.
3238

3339
.. code:: sh
@@ -46,7 +52,13 @@ First, install Python 3 with brew:
4652
.. note::
4753
.. include:: /fragments/virtualenv_explainer.rst
4854

49-
Then, install the ``py-evm`` package via pip:
55+
Then, make sure to have the latest version of ``pip`` so that all dependencies can be installed correctly:
56+
57+
.. code:: sh
58+
59+
pip3 install -U pip
60+
61+
Finally, install the ``py-evm`` package via pip:
5062

5163
.. code:: sh
5264

0 commit comments

Comments
 (0)