-
Notifications
You must be signed in to change notification settings - Fork 3
How to Install, in pictures
Install vvvv Gamma or Alpha, which use the latest version of the VL language.
Click the square in the top left corner to bring out the menu and go to 'Manage Nugets', and then 'Commandline'.
A command prompt will open. copy and paste this into the command prompt:
nuget install VLML
It will begin to download the VLML nuget, plus CNTK. CNTK is very large (1.3GB) but it doesn't require you to install Cuda drivers and so on, that you traditionally need for accelerated computing. So it is very convenient. However this may take a few minutes for the package to install the first time.
When Nuget the package has installed you should see the message end like this:
On the vvvv VL canvas double right-click to bring up the node-browser and wheel-scroll down to the bottom of the list. You should see VLML with a package symbol. Click this and wait a few seconds for the system to load it.
Finally It should appear as a category in the node browser and you will be able to look at the subcategories of the framework.
Enjoy exploring!