Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sjkelly/mraa.jl

Low Level Skeleton Library for Communication on GNU/Linux platforms for Julia
https://github.com/sjkelly/mraa.jl

Last synced: about 11 hours ago
JSON representation

Low Level Skeleton Library for Communication on GNU/Linux platforms for Julia

Awesome Lists containing this project

README

        

# mraa

[![Build Status](https://travis-ci.org/sjkelly/mraa.jl.svg?branch=master)](https://travis-ci.org/sjkelly/mraa.jl)

## Installing Jupyter and mraa on Edison with ubilinux

Add Wheezy backports to `/etc/apt/sources.list`:

`deb http://http.debian.net/debian wheezy-backports main contrib non-free`

We need backports for the latest ZMQ.

Then:

`apt-get update`

`apt-get install libzmq3 libzmq3-dev`

`apt-get install python-pip`

`pip install pyzmq tornado jinja` probably forgetting a few.