pre-compiled binaries are only in linux-64 conda packages
This commit is contained in:
parent
289c359b29
commit
d376b87322
|
@ -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>
|
<li><a href="manual/installing.html">Install from sources</a> (be prepared to compile software and FPGA bitstreams)</li>
|
||||||
or
|
or
|
||||||
<li>Install from pre-compiled binaries (linux-64)</li>
|
<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>
|
<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 channels: <pre>$ conda config --add channels fallen && conda config --add channels http://conda.binstar.org/fallen/channel/dev</pre></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>
|
||||||
|
|
Loading…
Reference in New Issue