From 305602c05f53c431b34ca4ea07dbbe5c0757db9d Mon Sep 17 00:00:00 2001 From: Irene Burelli <39137399+Iburelli@users.noreply.github.com> Date: Tue, 9 Jan 2024 12:06:21 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d546f1c..7985b1a 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ pip install divtel ``` git clone -b irene_tests https://github.com/cta-observatory/divtel.git cd divtel +conda env create -f environment.yml pip install -r requirements.txt pip install -e ".[tests]" ```