From bfef9ef270e9feaeb211feaf63ece6e8514abb93 Mon Sep 17 00:00:00 2001 From: kflux Date: Sat, 16 May 2020 20:15:18 +0200 Subject: [PATCH] updated --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb4a6cf..d03608e 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,18 @@ * If just latitude and longitude are provided, the timestamp is calculated automatically for this moment. * If first- and last name of a person are provided, their birth-location coordinates and birth-time should be the geospatial arguments -example: +## Installation + +``` +pip install -r requirements.txt +``` + +## Example: ``` sigilize.py 52.4852321 13.4355856 322813800 "Sublunar" "Space" ``` -result: +## Result: ![Result](Space_Sublunar.svg) \ No newline at end of file