Skip to content

Instantly share code, notes, and snippets.

@PierrickKoch
Created February 1, 2016 16:06
Show Gist options
  • Select an option

  • Save PierrickKoch/63ae2beb7bb8a6509f45 to your computer and use it in GitHub Desktop.

Select an option

Save PierrickKoch/63ae2beb7bb8a6509f45 to your computer and use it in GitHub Desktop.
sudo apt-get install libffi-dev
cd /tmp
wget https://pypi.python.org/packages/source/s/six/six-1.10.0.tar.gz
tar xvf six-1.10.0.tar.gz
cd six-1.10.0
python setup.py install --user
# crossbar
cd /tmp
git clone https://github.com/crossbario/crossbar -b v0.11.2
cd crossbar
python setup.py install --user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment