pre-compiled binaries are only in linux-64 conda packages

master
Yann Sionneau 2015-06-14 13:57:41 +02:00
parent 289c359b29
commit d376b87322
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ class Experiment(AutoDB):
<li><a href="manual/installing.html">Install from sources</a> (be prepared to compile software and FPGA bitstreams)</li>
or
<li>Install from pre-compiled binaries (linux-64)</li>
<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 64-bit Linux powered 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 channels: <pre>$ conda config --add channels fallen && conda config --add channels http://conda.binstar.org/fallen/channel/dev</pre></li>