Installing wifit.py on Linux.

OHSummit 2013 Sponsors

Windows users should start here.

Mac users should start here.

Wifit was developed on Ubuntu 12.04 LTS.  Linux users should not have any difficulty installing it.

Requirements:

  1. Python2.7
  2. PIL
  3. Numpy
  4. wifit.py

I’ve written a small script (also included below) to do the legwork for you.  This will work on the Raspberry Pi too, but its pretty slow.

#!/bin/sh

wifit=wifit.0.0.3
sudo apt-get install python
sudo apt-get install python-imaging
sudo apt-get install python-imaging-tk
sudo apt-get install python-numpy
sudo rm -f $wifit.zip
wget https://wyolum.com/downloads/$wifit.zip
unzip -o $wifit.zip

Either copy and past the above script into a file or save the script into wifit_install.sh.  Your desktop might be a reasonable place to save it or in a temporary folder.  Change directories to where you saved the script.  And execute it.  You will be prompted for your root password.

Now use it!

4 thoughts on “Installing wifit.py on Linux.

  1. Pingback: Wifit on MAC! | WyoLum Blog

  2. Pingback: Installing wifit.py on Windows. | WyoLum Blog

  3. Pingback: BADGEr_V4 | Anderson69s

Leave a Reply