Skip to content

Installation: Running PyRPL on a Raspberry Pi

lneuhaus edited this page Jul 26, 2017 · 2 revisions
# First install miniconda...
wget http://repo.continuum.io/miniconda/Miniconda-3.5.5-Linux-armv6l.sh
/bin/bash Miniconda-3.5.5-Linux-armv6l.sh

# ... and then proceed with the standard installation:
conda create -n pyrpl-env numpy scipy paramiko pandas nose pip pyqt qtpy pyqtgraph pyyaml
conda activate pyrpl-env
pip install pyrpl