From 9855785176bb82e7a381cc043d19babfcf4c602a Mon Sep 17 00:00:00 2001 From: Bernhard Mueller Date: Mon, 19 Mar 2018 11:04:14 +0700 Subject: [PATCH] Update README.md --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b6e1ebc9..db2e8490 100644 --- a/README.md +++ b/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.