Skip to content

Commit 7646b0f

Browse files
committed
[WIP] Implement subroutine opcodes
1 parent 237965b commit 7646b0f

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

docs/contributing.rst

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

9-
**Only on macOS**: if it is the first time you install Py-EVM, you will need to install LevelDB with brew before taking the following steps:
10-
11-
.. code:: sh
12-
13-
brew install python3 LevelDB
14-
15-
9+
.. note::If it is the first time you install py-evm on a macOS, check https://py-evm.readthedocs.io/en/latest/guides/quickstart.html#installing-on-macos
1610
1711
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:
1812

docs/guides/quickstart.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ Finally, we can install the ``py-evm`` package via pip.
3737
Installing on macOS
3838
-------------------
3939

40-
First, install Python 3 with brew:
40+
First, install Python 3 and LevelDB with brew:
4141

4242
.. code:: sh
4343
44-
brew install python3
44+
brew install python3 leveldb
4545
4646
.. note::
4747
.. include:: /fragments/virtualenv_explainer.rst

0 commit comments

Comments
 (0)