From 9e6090ea0ed5abb6a2f06143b77951c1ab308a9c Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 1 Sep 2025 08:52:42 +0100 Subject: [PATCH] Just-in-time correct install instructions before we have a new starter --- doc/iocs/compiling/Developer-Server-Build.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/iocs/compiling/Developer-Server-Build.md b/doc/iocs/compiling/Developer-Server-Build.md index bac05a4dc..5c37f6439 100644 --- a/doc/iocs/compiling/Developer-Server-Build.md +++ b/doc/iocs/compiling/Developer-Server-Build.md @@ -44,6 +44,9 @@ robocopy "\\isis.cclrc.ac.uk\inst$\Kits$\CompGroup\ICP\developer\zips" "." EPICS Note that this pre-allocates the full file space before starting the copy. I found that if I interrupt the copy with Ctrl-C and then type the command again, it picks up where it left off, so it looks hopeful it will handle network connection breaks. +After running the `install_developer_build.bat` script, you will need to create `.venv`s for python processes, +by running the developer update script from [the `ibex_utils` repository](https://github.com/ISISComputingGroup/ibex_utils/tree/master/installation_and_upgrade). + ### Using Files After copying note that all submodules will be on a detached HEAD.