Skip to content

Commit e9abc20

Browse files
committed
fix refs to copier install
1 parent e329fa1 commit e9abc20

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/tutorials/setup_k8s_new_beamline.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ DLS users: these instructions are for the BL46P beamline. Which is a training be
3232
To setup the beamline repo for other beamlines you will need to change the answers to the copier template questions.
3333

3434

35+
3536
At present DLS users will need to request access to the cluster for each beamline you want to work on. The following link is for making such a request but you will need someone who already has access to make the request for you:
3637
<https://jira.diamond.ac.uk/servicedesk/customer/portal/2/create/92> (ask giles if you don't know who to ask for this access.)
3738
:::
@@ -187,7 +188,7 @@ source <(ec --show-completion ${SHELL})
187188
```
188189

189190
For a review of how to set up the epics-containers-cli tool `ec` see
190-
{any}`python-setup` and {any}`ec`.
191+
{any}`python-setup` and {any}`copier`.
191192

192193
### Section 3
193194

docs/tutorials/setup_workstation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,10 +204,11 @@ Note that each time you open a new shell you will need to activate the virtual e
204204

205205
### copier
206206

207-
Above we set up a python virtual environment. Now we will install `copier` which is used to copy the templates for the services repositories and generic IOCs.
207+
Above we set up a python virtual environment. Now we will install `copier` which is used to copy the templates for the services repositories and generic IOCs. Also you could take this opportunity to install the `ec` tool that we will use later when we get to the Kubernetes tutorials.
208208

209209
```bash
210210
pip install copier
211+
pip install ec-cli
211212
```
212213

213214
### Git

0 commit comments

Comments
 (0)