so eventually the DAX package will appear as available on channel https://conda.m-labs.hk/artiq? On the next Hydra build?
I can currently search for flake8-artiq
(artiq6) C:\Users\...\work>conda search flake8-artiq --channel https://conda.m-labs.hk/artiq
Loading channels: done
# Name Version Build Channel
flake8-artiq 0.1.0 0 artiq
but dax doesn't appear yet.
(artiq6) C:\Users\...\work>conda search dax --channel https://conda.m-labs.hk/artiq
Loading channels: done
No match found for: dax. Search: *dax*
# Name Version Build Channel
pegasus-wms.dax 5.0.0 pyhd3deb0d_0 conda-forge
r-rgdax 1.0.0 r36h6115d3f_0 pkgs/r
sdaxen_python_utilities 0.1.4 pyh9f0ad1d_0 conda-forge
sdaxen_python_utilities 0.1.4 pyhd3deb0d_0 conda-forge
Is that how I should look for it? Should I install it using conda install -n artiq6 dax dax-applets
?
Thanks