Skip to content

Commit

Permalink
Initial commit (all files imported from original tarball pyvsb-0.1.ta…
Browse files Browse the repository at this point in the history
…r.bz2)
  • Loading branch information
KonishchevDmitry committed Aug 22, 2010
0 parents commit 015b0b9
Show file tree
Hide file tree
Showing 16 changed files with 6,362 additions and 0 deletions.
4 changes: 4 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Programming and translating
---------------------------
Konishchev Dmitry <konishchev@gmail.com> (http://konishchevdmitry.blogspot.com/)

674 changes: 674 additions & 0 deletions COPYING

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
Installation
------------

PyVSB can be installed in two ways:

Run directly from untar directory:
$ make
$ sudo make install

OR (for debian-based distributives)

sudo make deb
sudo dpkg -i *.deb


Dependencies
------------

At the very least you will need:
* python-2.5
* python-configobj

Optional:
* p7zip-full


Using PyVSB
-------------
Run
$ pyvsb --help
to see PyVSB usage help or read user documentation in /usr/share/doc/pyvsb.

Loading

0 comments on commit 015b0b9

Please sign in to comment.