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-10 12:40:18 +0400
committerIan Johnson <ian.johnson@appliedlanguage.com>2013-07-10 12:40:18 +0400
commitba852d156d732bc2cb469f2f03b237eaf3f447d9 (patch)
tree6956b6fc546d4a58e5037898bd204b91fa49097d
parent16c286b1ba7240304c88e10f27a8b65bbb3e54dd (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 96d63ea..50c470b 100644
--- a/README.md
+++ b/README.md
@@ -13,5 +13,5 @@ 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
+ * Set your `PYTHONPATH` environment variable to `<clone root dir>/pcl/libs/pypeline/src`, or
* Install Pypeline using the instructions in the submodule.