From 157e8600ea53ab753960e58c0a3b4528a0348dc0 Mon Sep 17 00:00:00 2001 From: "niklas.langner" <niklas.langner@rwth-aachen.de> Date: Thu, 11 Apr 2024 13:59:47 +0200 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 943de52..24261bc 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ pip install astrotools --user ``` If you like to have the latest version (which is not an official release version), you can clone -the astrotools in a local folder and install it via pip from there: +the astrotools repository in a local folder and install it via pip from there: ```bash git clone https://git.rwth-aachen.de/astro/astrotools.git cd astrotools -- GitLab