Skip to content

Instantly share code, notes, and snippets.

View F483's full-sized avatar

Fabian Barkhau F483

View GitHub Profile
@F483
F483 / install.sh
Last active April 15, 2016 09:07 — forked from rubensayshi/install.sh
Counterparty Custom Install
apt-get -y install runit software-properties-common python-software-properties git-core wget \
python3 python3-setuptools python3-dev python3-pip build-essential python3-sphinx python-virtualenv libsqlite3-dev python3-apsw python3-zmq
cd /where/your/projects/code/is
sudo echo "" # so that you won't get prompts during `python setup.py install_serpent` which messes up copy pasting this stuff
git clone git@github.com:CounterpartyXCP/counterparty-lib.git
cd counterparty-lib
git checkout develop