Skip to content

Commit

Permalink
Fixed setup for ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
ecthros committed Nov 22, 2016
1 parent f5ea729 commit 9584e3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ pip install netaddr
pip install pexpect
pip install colorama
pip install wifi
pip install psycopg2
apt-get install -y python-psycopg2
apt-get install -y python-tk
python setup_postgres.py
wget https://pypi.python.org/packages/bc/ab/c49f97516f78c2b0cacb4f45873abc4ca9872942a9c4c19ded8052c8edda/python-wifi-0.6.1.tar.bz2
tar -xvf python-wifi-0.6.1.tar.bz2
Expand Down

0 comments on commit 9584e3f

Please sign in to comment.