diff --git a/artiq/index.html b/artiq/index.html index fbb7b76..b333d2e 100644 --- a/artiq/index.html +++ b/artiq/index.html @@ -126,30 +126,7 @@ class Experiment(EnvExperiment):
It's easy to find out by yourself! The core device is based on the resource-efficient MiSoC system-on-chip design, and you can use a limited version of ARTIQ with the small and low-cost Pipistrello board. Feel free to send feedback to the mailing list!
-First you need to flash your Pipistrello board with pre-compiled binaries
-$ wget http://m-labs.hk/artiq/binaries/binary_package.tar.gz
$ tar xzf binary_package.tar.gz
$ cd binary_package && ./flash.sh -t pipistrello
Installing host-side ARTIQ software on your Windows or Linux computer is quick and easy since it can be installed via Conda packages as part of the Anaconda scientific computing Python distribution:
-$ conda config --add channels m-labs
$ conda install artiq
Then you can follow the manual to run basic ARTIQ examples:
-It's easy to find out by yourself! The core device is based on the resource-efficient MiSoC system-on-chip design, and you can use a limited version of ARTIQ with the small and low-cost Pipistrello board. Feel free to send feedback to the mailing list! See the manual for instructions.
@@ -157,8 +134,8 @@ class Experiment(EnvExperiment):