UClient: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
Line 1: | Line 1: | ||
== Installation == | == Installation == | ||
# Download package [[from here]] | |||
# Get the latest source code | |||
=== Pre-requisites === | === Pre-requisites === | ||
Following packages are included in the package | |||
* Python 2.6.x (2.6.1) included | |||
* Pre-built VTK python bindings and required DLLs | |||
* wxPython | |||
=== Limitations === | === Limitations === |
Revision as of 19:59, 3 January 2011
Installation
- Download package from here
- Get the latest source code
Pre-requisites
Following packages are included in the package
- Python 2.6.x (2.6.1) included
- Pre-built VTK python bindings and required DLLs
- wxPython
Limitations
Sandbox
Following is the test to see if source code insertion works
<source lang="php"> <? print("This is my PHP Code."); ?> </source>