Skip to content

Commit

Permalink
Added installation section
Browse files Browse the repository at this point in the history
  • Loading branch information
andresriancho committed Sep 1, 2014
1 parent 8646ee2 commit ac3211d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac3211d

Please sign in to comment.