From 742013703a3d009ca1bac88fbf7c8ce36d94f67e Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Sun, 7 Jun 2020 20:13:22 +0200 Subject: [PATCH] slightly more verbose installation instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d0857607e..53991660e 100644 --- a/README.md +++ b/README.md @@ -79,13 +79,13 @@ Activate the conda environment used during the [installation](#installation), e. conda activate slic ``` -Then, the ipython environment can be started like this: +Until we have a small launcher script, the ipython environment for, e.g., Alvra can be started like this: ```bash ipython -i alvra/alvra.py ``` -This assumes that the command is executed from the folder where the beamline script was cloned into — adapt as necessary. +This assumes that the command is executed from the folder where the beamline script was cloned into — adapt as necessary. This starts an interactive ipython shell from the beamline script. Again, Alvra is just an example, for other beamlines replace `alvra` with the respective name. ### Current code from git repositories