Skip to content

Commit f8eb817

Browse files
committed
add DLS ec specifics
1 parent 0a503c8 commit f8eb817

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

docs/user/tutorials/create_beamline.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,13 @@ where indicated):
143143

144144
- SECTION 3:
145145

146-
- We are not using Kubernetes for the first few tutorials so you can
147-
leave this section blank for now.
146+
- We are not using Kubernetes for the first few tutorials so you can
147+
leave this section blank for now.
148+
149+
.. note::
150+
151+
DLS Users: ``ec`` is already installed for you. So leave SECTION 2
152+
blank. See `ec` for details.
148153

149154
Change the IOC Name
150155
~~~~~~~~~~~~~~~~~~~

docs/user/tutorials/setup_workstation.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ Note that each time you open a new shell you will need to activate the virtual
138138
environment again. (Or place it's bin folder in your path permanently).
139139

140140

141+
.. _ec:
142+
141143
epics-containers-cli
142144
~~~~~~~~~~~~~~~~~~~~
143145

@@ -154,6 +156,17 @@ functions in the next tutorial.
154156

155157
See `CLI` for more details.
156158

159+
.. note::
160+
161+
DLS Users: ``ec`` is already installed for you on ``dls_sw`` just do the
162+
following to make sure it is always available:
163+
164+
.. code:: bash
165+
166+
# use the ec version from dls_sw/work/python3
167+
mkdir -p $HOME/.local/bin
168+
ln -fs /dls_sw/work/python3/ec-venv/bin/ec $HOME/.local/bin/ec
169+
157170
Git
158171
---
159172
If you don't already have git installed see

0 commit comments

Comments
 (0)