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 # Grumpy: Go running Python
[TOC]
## Overview ## Overview
Grumpy is a Python to Go source code transcompiler and runtime that is intended Grumpy is a Python to Go source code transcompiler and runtime that is intended
...@@ -40,7 +38,7 @@ toolchain work: ...@@ -40,7 +38,7 @@ toolchain work:
``` ```
make make
export GOPATH=$PWD/build 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: 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