Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.

Installed Packages and Libraries

Yannis edited this page Jul 5, 2017 · 3 revisions

Below are the packages that will be installed system-wide, using apt-get install:

  • libtiff5-dev
  • libjpeg-dev
  • zlib1g-dev
  • libfreetype6-dev
  • liblcms2-dev
  • libwebp-dev
  • tcl8.5-dev
  • tk8.5-dev
  • python-tk
  • python-numpy
  • python-scipy
  • python-pillow
  • libhdf5-dev
  • python-h5py

Please note that Burro will run apt-get with root privileges in order to install the above packages. Below are the libraries that will be installed in a Python virtual environment using pip install:

  • docopt
  • setuptools
  • tornado
  • picamera
  • Pillow
  • https://github.com/samjabrahams/tensorflow-on-raspberry-pi/releases/download/v1.1.0/tensorflow-1.1.0-cp27-none-linux_armv7l.whl`
  • keras
  • pyusb

Note: Even though numpy is installed systemwide using apt-get, it's version is rather old for the likes of Keras, and as such it needs to be compiled when installing using pip. The delay in installing (~15min) is caused by that.