Skip to content

Instantly share code, notes, and snippets.

View sb2nov's full-sized avatar

Sourabh Bajaj sb2nov

View GitHub Profile
@sb2nov
sb2nov / how_to.md
Created June 29, 2013 16:56 — forked from elyase/how_to.md
Install QSTK on mac.

This should automatically install QSTK with all dependencies in a self contained Python folder in a Mac(tested on Mountain Lion 10.8.2). In a terminal run:

curl -L https://gist.github.com/elyase/5031291/raw/74d44cbb4c7af2cc98111dc8e4afa135627a49e7/install_QSTK.sh | bash

Whenever you want to start working with QSTK, run in a terminal:

pythonbrew venv use QSTK

or simply use the alias: