forked from M-Labs/artiq
install-with-conda: explain board packages further
This commit is contained in:
parent
4416378d21
commit
3f10363b01
|
@ -9,8 +9,12 @@ CONDA_ENV_NAME = "artiq"
|
|||
# The conda packages to download and install.
|
||||
CONDA_PACKAGES = [
|
||||
"artiq",
|
||||
# Only install board packages if you plan to reflash the board.
|
||||
# The two lines below are just examples and probably not what you want.
|
||||
# Select the packages that correspond to your board, or remove them
|
||||
# if you do not intend to reflash the board.
|
||||
"artiq-board-kc705-nist_clock",
|
||||
"artiq-board-kasli-mitll"
|
||||
"artiq-board-kasli-wipm"
|
||||
]
|
||||
# Set to False if you have already set up conda channels
|
||||
ADD_CHANNELS = True
|
||||
|
|
Loading…
Reference in New Issue