Skip to content

Commit

Permalink
readme++
Browse files Browse the repository at this point in the history
  • Loading branch information
Enteee committed May 3, 2016
1 parent 5979f01 commit d3de232
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
language: python
# VERSION START
python:
- "3.4"
- "3.5"
- "3.5-dev" # 3.5 development branch
- "nightly" # currently points to 3.6-dev
# VERSION END
# command to install dependencies
install:
- pip install -r requirements.txt
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ _Aggregates wireshark pdml to flows_


## Prerequisites
* [python] version 3
[python]:
- 3.4
- 3.5
- 3.5-dev # 3.5 development branch
- nightly # currently points to 3.6-dev

## Installation
$ sudo python setup.py install
Expand Down
7 changes: 6 additions & 1 deletion scripts/mkreadme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ _Aggregates wireshark pdml to flows_
## Prerequisites
* [python] version 3
$( cat "${TOPLEVEL}/.travis.yml" |
sed -n -e '/# VERSION START/,/# VERSION END/ p' |
sed -e '1d;$d' |
tr -d \" |
sed -e 's/python/\[python\]/g'
)
## Installation
$ sudo python setup.py install
Expand Down

0 comments on commit d3de232

Please sign in to comment.