forked from M-Labs/artiq
conda: fix command examples in conda environment descriptions
This commit is contained in:
parent
c856b22579
commit
e938b35e8e
|
@ -1,5 +1,5 @@
|
|||
# conda description for an environment to build and develop artiq
|
||||
# $ conda env create -f conda/artiq-dev.yml
|
||||
# $ conda env create -f conda/artiq-dev.yaml
|
||||
name: artiq-dev
|
||||
channels:
|
||||
- m-labs/label/main
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# conda description for an environment to build artiq documentation
|
||||
# $ conda env create -f conda/artiq-doc.yml
|
||||
# $ conda env create -f conda/artiq-doc.yaml
|
||||
name: artiq-doc
|
||||
channels:
|
||||
- m-labs/label/dev
|
||||
|
|
Loading…
Reference in New Issue