Skip to content

Commit bf6ca81

Browse files
authored
Add details on installing new package workbook
1 parent 4e8ff08 commit bf6ca81

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ Source development files are in Maple-ClusterAnalysis/src
55

66
Documentation for available commands are in Maple-ClusterAnalysis/doc
77

8-
To "install" this package and use it in Maple, copy the files in the Maple-ClusterAnalysis/install directory to a folder in Maple's library path (see ?libname).
8+
To "install" this package and use it in Maple 2016 and below, copy the files in the Maple-ClusterAnalysis/install directory to a folder in Maple's library path (see ?libname).
9+
10+
To "install" this package into Maple 2017 and above, open the ClusterAnalysis.maple file from the Maple-ClusterAnalysis/install directory and run:
11+
PackageTools:-Install("this://",'overwrite'=true);

0 commit comments

Comments
 (0)