Update README.md

This commit is contained in:
ozerov_d
2023-09-06 15:30:29 +02:00
parent 803503eea5
commit 54fbc02d39

View File

@ -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