Skip to content

Commit

Permalink
docs: update readme badges, remove mention of solc dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdefinitelyahuman committed Apr 25, 2020
1 parent 4fa7307 commit d08f56b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Brownie

[![Pypi Status](https://img.shields.io/pypi/v/eth-brownie.svg)](https://pypi.org/project/eth-brownie/) [![Build Status](https://travis-ci.com/iamdefinitelyahuman/brownie.svg?branch=master)](https://travis-ci.com/iamdefinitelyahuman/brownie) [![Docs Status](https://readthedocs.org/projects/eth-brownie/badge/?version=latest)](https://eth-brownie.readthedocs.io/en/latest/) [![Coverage Status](https://coveralls.io/repos/github/iamdefinitelyahuman/brownie/badge.svg?branch=master)](https://coveralls.io/github/iamdefinitelyahuman/brownie?branch=master)
[![Pypi Status](https://img.shields.io/pypi/v/eth-brownie.svg)](https://pypi.org/project/eth-brownie/) [![Build Status](https://img.shields.io/github/workflow/status/iamdefinitelyahuman/brownie/brownie%20workflow)](https://github.com/iamdefinitelyahuman/brownie/actions) [![Docs Status](https://readthedocs.org/projects/eth-brownie/badge/?version=latest)](https://eth-brownie.readthedocs.io/en/latest/) [![Coverage Status](https://img.shields.io/codecov/c/github/iamdefinitelyahuman/brownie)](https://codecov.io/gh/iamdefinitelyahuman/brownie)

Brownie is a Python-based development and testing framework for smart contracts targeting the [Ethereum Virtual Machine](https://solidity.readthedocs.io/en/v0.6.0/introduction-to-smart-contracts.html#the-ethereum-virtual-machine).

Expand All @@ -18,8 +18,6 @@ Brownie is a Python-based development and testing framework for smart contracts
* [python3](https://www.python.org/downloads/release/python-368/) version 3.6 or greater, python3-dev
* [ganache-cli](https://github.com/trufflesuite/ganache-cli) - tested with version [6.8.2](https://github.com/trufflesuite/ganache-cli/releases/tag/v6.8.2)

Brownie uses [`py-solc-x`](https://github.com/iamdefinitelyahuman/py-solc-x) for solc version management. You do not need solc installed locally, but you must install all required [solc dependencies](https://solidity.readthedocs.io/en/latest/installing-solidity.html#binary-packages).

## Installation

### via `pipx`
Expand Down
3 changes: 0 additions & 3 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ Brownie has the following dependencies:
* `python3 <https://www.python.org/downloads/release/python-368/>`_ version 3.6 or greater, python3-dev
* `ganache-cli <https://github.com/trufflesuite/ganache-cli>`_ - tested with version `6.8.2 <https://github.com/trufflesuite/ganache-cli/releases/tag/v6.8.2>`_

Brownie uses `py-solc-x <https://github.com/iamdefinitelyahuman/py-solc-x>`_ for solc version management. You do not need solc installed locally, but you must install all required `solc dependencies <https://solidity.readthedocs.io/en/latest/installing-solidity.html#binary-packages>`_.


.. _install-tk:

Tkinter
Expand Down

0 comments on commit d08f56b

Please sign in to comment.