Deploying fudopv without compiling source files

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


  1. Download and install Python environment, version 2.7.9 or newer.

Note

It is advised to run fudopv in virtual environment.

  1. Execute pip install virtualenv or easy_install virtualenv command to install virtual environment.
  2. In the fudopv/ execute virtualenv deps command.
  3. Execute python -m fudopv, to start fudopv.

Related topics: