- make virtualenv directory

- install wxpython 3.0.0.0

  wget http://downloads.sourceforge.net/project/wxpython/wxPython/3.0.0.0/wxPython-src-3.0.0.0.tar.bz2
  tar xvjf wxPython-src-3.0.0.0.tar.bz2
  cd wxPython-src-3.0.0.0/wxPython
  python build-wxpython.py --installdir=$VIRTUAL_ENV --install

##-----------------------------------------------------------------------------
## To run the wxPython demo you may need to:
##  - set your PYTHONPATH variable to
##    /home/projects/metagriffin/secpass-gui.git/src/wxPython-src-3.0.0.0/wxPython
## And then:
##  - Run python demo/demo.py
##-----------------------------------------------------------------------------
