Update README.md

pull/88/head
Bernhard Mueller 7 years ago committed by GitHub
parent 591a12b064
commit 9855785176
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      README.md

@ -8,22 +8,19 @@ Mythril is a security analysis tool for Ethereum smart contracts. It uses the [L
## Installation and setup
Install from Pypi:
Build the [Docker](https://www.docker.com) image:
```bash
$ pip3 install mythril
$ git clone https://github.com/b-mueller/mythril/
$ docker build mythril
```
Or, clone the GitHub repo to install the newest master branch:
Install from Pypi:
```bash
$ git clone https://github.com/b-mueller/mythril/
$ cd mythril
$ python3 setup.py install
$ pip3 install mythril
```
Note that Mythril requires Python 3.5 to work.
## Security analysis
Run `myth -x` with one of the input options described below to run the analysis. This will run the Python modules in the [/analysis/modules](https://github.com/b-mueller/mythril/tree/master/mythril/analysis/modules) directory.

Loading…
Cancel
Save