Skip to content

Commit a5b34be

Browse files
committedJun 14, 2015
manual: linux-32 conda pkg contains binaries + use only dev channel
1 parent 00c4101 commit a5b34be

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

Diff for: ‎doc/manual/installing.rst

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The preferred way of installing ARTIQ is through the use of the conda package ma
55
The conda package contains pre-built binaries that you can directly flash to your board.
66
But you can also :ref:`install from sources <install-from-sources>`.
77

8-
.. note:: Only the linux-64 conda package contains the FPGA/BIOS/runtime pre-built binaries.
8+
.. note:: Only the linux-64 and linux-32 conda packages contain the FPGA/BIOS/runtime pre-built binaries.
99

1010
Installing using conda
1111
----------------------
@@ -34,9 +34,8 @@ If your ``$PATH`` misses reference the miniconda3/bin or anaconda3/bin you can f
3434
Installing the host side software
3535
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3636

37-
For this, you need to add our binstar repositories to your conda configuration::
37+
For this, you need to add our binstar repository to your conda configuration::
3838

39-
$ conda config --add channels fallen
4039
$ conda config --add channels http://conda.binstar.org/fallen/channel/dev
4140

4241
Then you can install the ARTIQ package, it will pull all the necessary dependencies::

0 commit comments

Comments
 (0)
Please sign in to comment.