update conda channel
This commit is contained in:
parent
08b27fee3f
commit
bbc08ffaf6
|
@ -141,7 +141,7 @@ class Experiment(EnvExperiment):
|
||||||
<p>Installing host-side ARTIQ software on your Windows or Linux computer is quick and easy since it can be installed via <a href="http://conda.pydata.org/">Conda packages</a> as part of the <a href="https://store.continuum.io/cshop/anaconda/">Anaconda</a> scientific computing Python distribution:</p>
|
<p>Installing host-side ARTIQ software on your Windows or Linux computer is quick and easy since it can be installed via <a href="http://conda.pydata.org/">Conda packages</a> as part of the <a href="https://store.continuum.io/cshop/anaconda/">Anaconda</a> scientific computing Python distribution:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Install <a href="http://continuum.io/downloads">Anaconda3</a> (Python 3.4)</li>
|
<li>Install <a href="http://continuum.io/downloads">Anaconda3</a> (Python 3.4)</li>
|
||||||
<li>Add our package delivery channel: <pre>$ conda config --add channels fallen</pre></li>
|
<li>Add our package delivery channel: <pre>$ conda config --add channels m-labs</pre></li>
|
||||||
<li>Install ARTIQ: <pre>$ conda install artiq</pre></li>
|
<li>Install ARTIQ: <pre>$ conda install artiq</pre></li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>Then you can follow the <a href="manual/">manual</a> to run basic ARTIQ examples:</p>
|
<p>Then you can follow the <a href="manual/">manual</a> to run basic ARTIQ examples:</p>
|
||||||
|
|
Loading…
Reference in New Issue