From 391a8902c462d422b59be95b1d08e69b31a5eb33 Mon Sep 17 00:00:00 2001 From: Andrew Straw Date: Tue, 10 Sep 2024 15:21:44 +0200 Subject: [PATCH] show how to install --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1a2e646..45e84c1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # pyned2lla - NED (North East Down) to LLA (Latitude Longitude Altitude) conversion for Python +## Installation + +`pip install pyned2lla` + ## Example use ```python