Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 356 Bytes

File metadata and controls

21 lines (10 loc) · 356 Bytes

Go Code

A framework for authoring, deploying, and administering codelabs and tutorials.

Setup

To set up virtualenv, navigate to the parent directory of this directory and then run the following:

virtualenv --no-site-packages go-code
cd go-code
source bin/activate

To install packages, run:

pip install -r requirements.txt