From 1c0e13a75442e98ba347cb48d401919f7bbf41e6 Mon Sep 17 00:00:00 2001 From: voetberg Date: Tue, 3 Oct 2023 12:16:14 -0500 Subject: [PATCH] Updated instructions to get skybright --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29d948f..933ee53 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,10 @@ pip install DeepSurveySim This will install the project with all its mandatory requirements. -If you wish to include the optional `skybright`, use the command: +If you wish to add the optional `skybright`, use the command: ``` -pip install DeepSurveySim[skybright] +pip install git+https://github.com/ehneilsen/skybright.git ``` Not installing this will result in loss of the variables `sky_magintude`, `tau`, and `teff`, but will work on most (if not all) machines.