From a23645291c0f1edf3e332c0224053f9eb73d7e3c Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 27 Mar 2021 12:15:34 +0800 Subject: [PATCH] manual: fix OpenOCD conda instructions --- doc/manual/installing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manual/installing.rst b/doc/manual/installing.rst index 551562b39..4c764296f 100644 --- a/doc/manual/installing.rst +++ b/doc/manual/installing.rst @@ -180,9 +180,9 @@ OpenOCD can be used to write the binary images into the core device FPGA board's With Nix, add ``artiq-full.openocd`` to the shell packages. Be careful not to add ``pkgs.openocd`` instead - this would install OpenOCD from the NixOS package collection, which does not support ARTIQ boards. -With Conda, the ``artiq`` package installs ``openocd`` automatically but it can also be installed explicitly on both Linux and Windows:: +With Conda, install ``openocd`` as follows:: - $ conda install openocd + $ conda install -c m-labs openocd .. _configuring-openocd: