diff --git a/README.md b/README.md index fc03bfe..f6ef64a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,16 @@ Analysis tool for performance output generated by w3af. The input for this tool is generated using the [AWS Collector](https://github.com/andresriancho/collector). +## Installation + +```bash +git clone https://github.com/andresriancho/w3af-performance-analysis.git +cd w3af-performance-analysis +sudo apt-get update +sudo apt-get install cython +pip install -r requirements.txt --allow-external meliae --allow-unverified meliae +``` + ## Usage ```console