Skip to content

Commit

Permalink
Mention the test distutils command in the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
wulczer committed Jun 15, 2009
1 parent 3f92aa1 commit 95a182d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ This is flvlib, a library for manipulating, parsing and verifying FLV
files. It also includes two example scripts, debug-flv and index-flv,
which demonstrate the possible applications of the library.

If you got the source tarball, you can install it with:
If you got the source tarball, you can run the automated test suite
and install the library with:
$ tar xjf flvlib-x.x.x.tar.bz2
$ cd flvlib-x.x.x
$ python setup.py test
$ sudo python setup.py install

After that you can debug FLV files with:
Expand Down

0 comments on commit 95a182d

Please sign in to comment.