Fab modules - compiled version
This is how I installed the Fab Modules on Ubuntu and it seems to work. I got this tutorial on
- fab modules
cd ~/Desktop mkdir fabmodules cd fabmodules wget http://kokompe.cba.mit.edu/dist/fab.zip unzip fab.zip chmod +x bin/* sudo mv bin/* /usr/local/bin
- graphing and interface modules
apt-get -y install python-wxtools
And to run the Fab module simply write:
fab
and press enter