From a7e6b55b7a6481723e6542ee5e0a8933b1d63627 Mon Sep 17 00:00:00 2001 From: ozerov_d Date: Wed, 6 Sep 2023 12:06:46 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc640ec..b6cdcd0 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Automatic Processing tool can also be installed from scratch with: ``` $ git clone https://gitlab.psi.ch/sf-daq/ap.git # or via ssh with # git clone git@gitlab.psi.ch:sf-daq/ap.git -$ conda create -n ap gspread +$ conda create -n ap gspread numpy matplotlib $ conda activate ap ```