conda: fix command examples in conda environment descriptions

This commit is contained in:
Sebastien Bourdeauducq 2017-06-06 15:26:26 +08:00
parent c856b22579
commit e938b35e8e
2 changed files with 2 additions and 2 deletions

View File

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

View File

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