Author: Yin-Chi Chan <yinchi.chan@nhs.net>, Institute for Manufacturing, University of Cambridge
Note
For more detailed instructions on Windows, see the .docx file.
- Download this code
- Install uv: https://docs.astral.sh/uv/getting-started/installation/#standalone-installer
cd /path/to/project
uv sync
Some dependencies may need to be compiled, in which case the above step may fail. To resolve this:
- On Linux (Debian or Ubuntu), use
apt install build-essential
. - On Windows, use Visual Studio Build Tools.
Then, run Step 4 again.
- Run the launcher:
- Linux:
chmod+x launch.sh; ./launch.sh [port number]
- Windows:
.\launch.ps1 -Port [port number]
(You will need to set ExecutionPolicy first; see the .docx file.)
- Linux: