manual: fix OpenOCD conda instructions

This commit is contained in:
Sebastien Bourdeauducq 2021-03-27 12:15:34 +08:00
parent bdaaf3c1d7
commit 523fa01343
1 changed files with 2 additions and 2 deletions

View File

@ -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: