install-with-conda: explain board packages further

pull/1390/head
Sebastien Bourdeauducq 2019-11-14 12:07:16 +08:00
parent 4416378d21
commit 3f10363b01
1 changed files with 5 additions and 1 deletions

View File

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