Commit c30b4d6c authored by Andrew Gibiansky's avatar Andrew Gibiansky

Merge pull request #415 from FranklinChen/linux-install

Linux install prerequisites.
parents 5c94631e 2ae7c96c
#!/bin/sh
# Installation for Linux (tested on Ubuntu 14.10)
sudo apt-get install python-dev
sudo apt-get install python-pip
sudo pip install -U 'ipython[all]'
sudo apt-get install libtinfo-dev
sudo apt-get install libzmq3-dev
sudo apt-get install libcairo2-dev
sudo apt-get install libpango1.0-dev
./build.sh all
./build.sh display
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment