Skip to content

Commit

Permalink
Merge pull request #34 from netflash/master
Browse files Browse the repository at this point in the history
Provide Debian apt-get command for installation of required packages
  • Loading branch information
Janhouse committed Jan 27, 2016
2 parents 02a430e + f0996f8 commit 85600a0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README → README.md
Expand Up @@ -29,7 +29,11 @@ Requirements:

This script requires recent Python (preferably 2.7 or newer) and Python2
modules lxml and argparse.
Install python-lxml and python-argparse (Debian) or python2-lxml (Archlinux).
Install python-lxml and python-argparse (Debian)

$ sudo apt-get install python-lxml python-argparse

or python2-lxml (Archlinux).

Installation:

Expand Down

0 comments on commit 85600a0

Please sign in to comment.