Commit 2e8db4b5 authored by Dylan Trotter's avatar Dylan Trotter

Merge branch 'master' of github.com:google/grumpy

parents 181a0837 70250c27
# Grumpy: Go running Python
[TOC]
## Overview
Grumpy is a Python to Go source code transcompiler and runtime that is intended
......@@ -40,7 +38,7 @@ toolchain work:
```
make
export GOPATH=$PWD/build
export PYTHONPATH=$PWD/build/site-packages
export PYTHONPATH=$PWD/build/lib/python2.7/site-packages
```
Finally, compile the Python script and build a binary from it:
......
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