Skip to content

Commit

Permalink
add note about web3[tester] in documentation.
Browse files Browse the repository at this point in the history
related to #1321
  • Loading branch information
relyt29 committed Apr 17, 2019
1 parent f4a7d8c commit c235de0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/providers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,11 @@ EthereumTesterProvider
>>> from web3 import Web3, EthereumTesterProvider
>>> w3 = Web3(EthereumTesterProvider())
.. NOTE:: To install the needed dependencies to use EthereumTesterProvider, you can install the
pip extras package that has the correct interoperable versions of the ``eth-tester``
and ``py-evm`` dependencies needed to do testing: e.g. ``pip install web3[tester]``



AutoProvider
~~~~~~~~~~~~
Expand Down

0 comments on commit c235de0

Please sign in to comment.