Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ianj-als/pcl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Johnson <ian.johnson@appliedlanguage.com>2013-07-09 21:47:06 +0400
committerIan Johnson <ian.johnson@appliedlanguage.com>2013-07-09 21:47:06 +0400
commitc67a58c0e90885693a2e1ee669584f1647ab9bdf (patch)
tree609b7813486289bb14463a22da59ef71f6fe4e23
parentf2a2fc9eed3bdc6526797b1ebb0b5e042029939f (diff)
Pypeline dependency instructions
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9e3f610..4057081 100644
--- a/README.md
+++ b/README.md
@@ -11,3 +11,7 @@ Dependencies
------------
The PCL compiler depends on [PLY](http://www.dabeaz.com/ply/) v3.4 which is a lexing and parsing library. You can install this either by downloading the [PLY-3.4](http://www.dabeaz.com/ply/ply-3.4.tar.gz) tarball and follow the instructions. Or, run `sudo easy_install ply`.
+
+The PCL compiler and runtime relies on the Pypeline submodule found in the `libs` directory. Initialise the submodule with `git submodule update --init` and either:
+ * Set your `PYTHONPATH` environment variable to `<clone root dir>/pcl/libs/pypeline/src/pypeline`, or
+ * Install Pypeline using the instuctions in the submodule.