Merge pull request #33 from willnewby/master

Adding dependencies to ubuntu setup in README
This commit is contained in:
James Kasten 2014-11-19 22:30:32 -08:00
commit a480107a4f

View file

@ -8,7 +8,7 @@ Apache, though we will be expanding it to other platforms.
## Running the demo code on Ubuntu
`sudo apt-get install python python-setuptools python-dev python-augeas gcc`
`sudo apt-get install python python-setuptools python-dev python-augeas gcc swig dialog`
`python setup.py install --user`