This repository was archived by the owner on Sep 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-18
lines changed Expand file tree Collapse file tree 1 file changed +7
-18
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ This guide teaches how to use Py-EVM as a library. For contributors, please chec
88:doc: `Contributing Guide </contributing >` which explains how to set everything up for development.
99
1010
11- Installing on Ubuntu
12- --------------------
11+ Installing Python on Ubuntu
12+ ---------------------------
1313
1414Py-EVM requires Python 3.6 as well as some tools to compile its dependencies. On Ubuntu, the
1515``python3.6-dev `` package contains everything we need. Run the following command to install it.
@@ -25,30 +25,19 @@ we need to install the ``python3-pip`` package through the following command.
2525
2626 apt-get install python3-pip
2727
28- .. note ::
29- .. include :: /fragments/virtualenv_explainer.rst
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
3628
37- Finally, we can install the ``py-evm `` package via pip.
38-
39- .. code :: sh
40-
41- pip3 install -U py-evm
42-
43- Installing on macOS
44- -------------------
29+ Installing Python on macOS
30+ --------------------------
4531
4632First, install Python 3 with brew:
4733
4834.. code :: sh
4935
5036 brew install python3
5137
38+ Installing py-evm
39+ -----------------
40+
5241.. note ::
5342 .. include :: /fragments/virtualenv_explainer.rst
5443
You can’t perform that action at this time.
0 commit comments