Skip to content

Commit 9ed3c84

Browse files
committed
doc updates due to sphinx update errors
1 parent dedb536 commit 9ed3c84

File tree

2 files changed

+8
-19
lines changed

2 files changed

+8
-19
lines changed

docs/guides/quickstart.rst

+7-18
Original file line numberDiff line numberDiff 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

1414
Py-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

4632
First, 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

docs/guides/understanding_the_mining_process.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -380,4 +380,4 @@ zero value transfer transaction.
380380
... )
381381

382382
>>> chain.mine_block(mix_hash=mix_hash, nonce=nonce)
383-
<ByzantiumBlock(#Block #1-0x41f6..2913)>
383+
<ByzantiumBlock(#Block #1-0xe372..385c)>

0 commit comments

Comments
 (0)