File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ The preferred way of installing ARTIQ is through the use of the conda package ma
5
5
The conda package contains pre-built binaries that you can directly flash to your board.
6
6
But you can also :ref: `install from sources <install-from-sources >`.
7
7
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.
9
9
10
10
Installing using conda
11
11
----------------------
@@ -34,9 +34,8 @@ If your ``$PATH`` misses reference the miniconda3/bin or anaconda3/bin you can f
34
34
Installing the host side software
35
35
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
36
36
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::
38
38
39
- $ conda config --add channels fallen
40
39
$ conda config --add channels http://conda.binstar.org/fallen/channel/dev
41
40
42
41
Then you can install the ARTIQ package, it will pull all the necessary dependencies::
You can’t perform that action at this time.
0 commit comments