Installation
Clone the repository anywhere you like:
git clone https://github.com/Jakeman582/Maximum-Asymptote.git ~/.asy/Maximum-Asymptote
Asymptote doesn’t search subfolders of ~/.asy, so point your config file (~/.asy/config.asy) at the clone:
dir += "/absolute/path/to/Maximum-Asymptote";
Then import it in any .asy file:
import MaximumMathematics;
Update anytime with git pull — there is no separate build or install step.
Requirements: Asymptote 2.70+ and a LaTeX installation (used for mathematical notation).