Update README.md
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user