From cc4401f5e687231eb1556f0c734edee873b8e201 Mon Sep 17 00:00:00 2001 From: Daniel VandenHeuvel <95613936+DanielVandH@users.noreply.github.com> Date: Wed, 10 Jul 2024 10:30:38 +0100 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 75bbafa..bb2cbad 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,15 @@ range $[-142, 201]$. In particular: If you need predicates outside of this range, ExactPredicates.jl might be preferable. +The package is still in development and is not registered. If you want to use the package, you can do +```julia +using Pkg +Pkg.add("https://github.com/JuliaGeometry/AdaptivePredicates.jl") +using AdaptivePredicates +``` + ## License The original code is in the public domain and this Julia port is under the MIT License ## Translated primitives -- orient (2D) \ No newline at end of file +- orient (2D)