Instructions and scripts for my Raspberry Pi setups & projects
- OS on my lab Rasberry Pi devices.
- Follow the instructions for installing NOOBS or buy an SD card with it pre-installed online.
-
Python 3 installation
pip worked:
$ pip3 install pyexcel
-
Python 2 installation:
pip did not work
clone and install worked, but nees sudo to install:
$ git clone https://github.com/pyexcel/pyexcel.git
$ cd pyexcel
$ sudo python setup.py install