Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tintinweb committed Jul 6, 2019
1 parent 579d2d8 commit a6c58a9
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,16 @@ ethereum evm bytecode disassembler with static- and dynamic-analysis and functio

## install

### pip
```
#> python3 -m pip install -r requirements*.txt
#> python3 -m pip install ethereum-dasm[mythril,abidecoder]
#> python3 -m ethereum-dasm # verify installation
#> pip3 install "ethereum-dasm[mythril,abidecoder]"
#> python3 -m ethereum_dasm --help # verify installation
```

### code
```
#> pip3 install -r requirements*.txt
#> python3 setup.py install
```

```
Expand Down

0 comments on commit a6c58a9

Please sign in to comment.