From 9958d84e87269dec2b8afc4868b652c7ca80c6c2 Mon Sep 17 00:00:00 2001 From: "Michael S. P. Kelley" Date: Thu, 16 Apr 2026 11:06:34 -0400 Subject: [PATCH 1/3] README: Run webapp without Docker --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 47472fd..48831a9 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,15 @@ Get required packages useful for testing: pip install .[tests] ``` -Running the tests: +### Running the webapp (without Docker) + +``` +python3 -m catch_analysis_tools.app.app +``` + +Then to see the Swagger documentation, open up http://localhost:8000/ui (see command output for exact port). + +### Running the test suite ``` tox -e py312-test From 08abe487fdf3a62ac15657e8525f443bcaf2e168 Mon Sep 17 00:00:00 2001 From: "Michael S. P. Kelley" Date: Mon, 27 Apr 2026 13:39:09 -0400 Subject: [PATCH 2/3] Clarify that the package needs to be installed. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 48831a9..650d65a 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,13 @@ pip install .[tests] ### Running the webapp (without Docker) +With the package and its dependencies installed as above, the app may be started with the command: + ``` python3 -m catch_analysis_tools.app.app ``` -Then to see the Swagger documentation, open up http://localhost:8000/ui (see command output for exact port). +Then, to view the Swagger documentation, open up http://localhost:8000/ui (see command output for exact port). ### Running the test suite From 6dbb078fa2e47f9882878707f26de90631fd3446 Mon Sep 17 00:00:00 2001 From: "Michael S. P. Kelley" Date: Mon, 27 Apr 2026 13:48:09 -0400 Subject: [PATCH 3/3] Remove lost text --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 650d65a..9843226 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -rovide the newly added section in code formatr# CATCH Analysis Tools +# CATCH Analysis Tools Data analysis tools for CATCH, an astronomical survey search tool