Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ydkhatri authored Mar 5, 2019
1 parent 982dd51 commit ce7b3b9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,18 @@ _This is a work in progress.. Currently this does not support the first version

MIT

## Requirements
## Requirements & Installation

32-bit Python 2.7 and the following modules
* lz4
* biplist
* ipaddress

The modules can easily be installed using `pip install -r requirements.txt`
UnifiedLogReader (and the dependencies) can be installed using `pip install unifiedlog lz4 biplist ipaddress`


Do not download from here, unless you want the latest code.
For development, if you only need the dependencies, use `pip install -r requirements.txt`

## Usage

Expand Down

0 comments on commit ce7b3b9

Please sign in to comment.