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