Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 734 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 734 Bytes

You can run this gpdviz client demo as follows:

  • Optionally, use virtualenv to isolate the python environment for this demo, for example:

      $ virtualenv --python=/usr/local/bin/python2.7 virtenv
      $ source virtenv/bin/activate
    
  • Install the gpdviz_python_client module:

      $ pip install [--upgrade] git+https://github.com/gpdviz/gpdviz_python_client.git
    

Then, assuming the target Gpdviz server is running at http://localhost:5050: