From 1e20814685a59fb8560c1d01c8df35fcdbe5ba1d Mon Sep 17 00:00:00 2001 From: Technoduck Date: Fri, 18 Oct 2024 00:15:25 -0400 Subject: [PATCH] add readme --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6de1b14 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# map + +ignore astropy test + + +to use the gui first +- set up the environment +- run the code + + +## environment setup + +``` +> python3 -m venv .venv +> venv\Scripts\activate +> pip install -r requirements.txt +``` + + +## running the gui + +``` +> python app.py +```