Deploying fudopv without compiling source files

To use fudopv without compiling source files, proceed as follows.


  1. Download and install Python 3.x environment.

Note

It is advised to run fudopv in virtual environment.

  1. Execute pip install virtualenv requests or easy_install virtualenv requests command to install virtual environment.
  2. In the fudopv/ execute virtualenv deps command.
  3. Add fudopv to your python search path. Execute export PYTHONPATH=~/fudopv where "~/fudopv" is the path where you have unpacked the utility and run virtualenv/easy_install in.
  4. Execute python -m fudopv, to start fudopv.

Related topics: