From 54fbc02d39302aa9d27dfc7677b0703aca4be335 Mon Sep 17 00:00:00 2001 From: ozerov_d Date: Wed, 6 Sep 2023 15:30:29 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c84f168..4606435 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,9 @@ Automatic Processing tool can also be installed from scratch (put this to the pl $ git clone https://gitlab.psi.ch/sf-daq/ap.git # or via ssh with # git clone git@gitlab.psi.ch:sf-daq/ap.git ``` -Needed conda environment can be sourced/used from the common place. In case new conda environment is needed, please do (and don't use res/ for this purpose): +Needed conda environment can be sourced/used from the common place. In case new conda environment is needed, please install following packages in that conda: ``` -$ conda create -n ap gspread numpy matplotlib -$ conda activate ap +gspread numpy matplotlib ``` In case of installation from source, so different location of the code and conda environment - change correspondingly line in scripts/env_setup.sh