File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,12 @@ we need to install the ``python3-pip`` package through the following command.
28
28
.. note ::
29
29
.. include :: /fragments/virtualenv_explainer.rst
30
30
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
+
31
37
Finally, we can install the ``py-evm `` package via pip.
32
38
33
39
.. code :: sh
@@ -46,7 +52,13 @@ First, install Python 3 with brew:
46
52
.. note ::
47
53
.. include :: /fragments/virtualenv_explainer.rst
48
54
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:
50
62
51
63
.. code :: sh
52
64
You can’t perform that action at this time.
0 commit comments