@@ -12,6 +12,24 @@ The CPM fork of LaCyTools contains a small number of fixes and changes. Details
The original location of LaCyTools is: <https://github.com/Tarskin/LaCyTools>
## Installing
MassyTools requires Python 3 and several additional packages. To install Python 3 on Windows, the most convinient way is to run "Microsoft Store" and search for the latest Python 3. On recent Linux distributions, Python 3 is part of the standard installation.
To install the additional packages, on the command prompt (on Windows, hit the "windows key" and type ```CMD```), execute:
```
pip3 install --user scipy matplotlib numpy tables
```
To install for all users, execute the "command prompt" as administrator (right click "run as administrator"), and omit the "--user" part of the install command above.
Download the latest LaCyTools from:
https://git.lumc.nl/cpm/lacytools/-/releases
Extract the zip file in the location where you want to run LacyTools.