Skip to content

Commit 864779b

Browse files
committed
[WIP] Implement subroutine opcodes
1 parent 88aad42 commit 864779b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/contributing.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ Thank you for your interest in contributing! We welcome all contributions no mat
66
Setting the stage
77
~~~~~~~~~~~~~~~~~
88

9+
.. note::
10+
If you are on macOS and it is the first time you install Py-EVM, you will need to install LevelDB with brew:
11+
12+
.. code:: sh
13+
brew install python3 LevelDB
14+
15+
16+
..
17+
918
First we need to clone the Py-EVM repository. Py-EVM depends on a submodule of the common tests across all clients, so we need to clone the repo with the ``--recursive`` flag. Example:
1019

1120
.. code:: sh

0 commit comments

Comments
 (0)