Commit 70250c27 authored by Dylan Trotter's avatar Dylan Trotter

Updates to README quick start to reflect recent changes.

parent 32dfd73b
# 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