mirror of https://github.com/m-labs/artiq.git
10 lines
220 B
YAML
10 lines
220 B
YAML
|
# conda description for an environment to build and develop artiq
|
||
|
# $ conda env create -f conda/artiq-dev.yml
|
||
|
name: artiq-dev
|
||
|
channels:
|
||
|
- m-labs/label/main
|
||
|
- m-labs/label/dev
|
||
|
- defaults
|
||
|
dependencies:
|
||
|
- artiq-dev
|