File tree Expand file tree Collapse file tree 1 file changed +5
-12
lines changed
Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,10 @@ Supported functionality includes:
1010* Reading web page content and taking screen shots
1111* Executing javascript in the current browser session and returning javascript function results
1212
13- To install the cloned copy of this repository in the Wolfram Language, run the following commands :
13+ To install this package :
1414
15- ` PacletDirectoryAdd[ "<path to repo>/WebUnit" ] `
15+ * Navigate to the 'Releases' area of this repository: https://github.com/arnoudbuzing/webunit/releases
16+ * Download the most release WebUnit-x.y.z.paclet file from this page
17+ * Start the Wolfram Language and evaluate the following command (replacing x.y.z with the actual version digits):
1618
17- ` PacletInstall["WebUnit"] `
18-
19- Or download a released .paclet file and install it with:
20-
21- ` PacletInstall["WebUnit-x.y.z.paclet"] `
22-
23- where x.y.z is replaced by and actual released version number (e.g. 0.0.1)
24-
25-
26-
19+ ` PacletInstall["<path to downloads>/WebUnit-x.y.z.paclet"] `
You can’t perform that action at this time.
0 commit comments