Install

To install this paclet, run this from inside Mathematica:

Before installing, be sure to check out the Change Log to make sure that you trust the developer.

To install this paclet, run:

 
PacletInstall[
 paclet_name,
 "Site"->
  "http://raw.githubusercontent.com/paclets/PacletServer/master"
 ]

Depending on what the current value of $ContextPath is you may also need to first run

 Needs["PacletManager`"]
  • To update it, replace PacletInstall with PacletUpdate .
  • To uninstall replace PacletInstall with PacletUninstall and remove the "Site" parameter.