update conda channel

master
Sebastien Bourdeauducq 2015-08-19 09:47:52 +08:00
parent 08b27fee3f
commit bbc08ffaf6
1 changed files with 1 additions and 1 deletions

View File

@ -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>
<ul>
<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>
</ul>
<p>Then you can follow the <a href="manual/">manual</a> to run basic ARTIQ examples:</p>