diff options
author | armatthews <armatthe@cmu.edu> | 2014-05-18 17:30:29 -0400 |
---|---|---|
committer | armatthews <armatthe@cmu.edu> | 2014-05-18 17:30:29 -0400 |
commit | f520628b468b57a3642ee63a72690b120f4e94e7 (patch) | |
tree | 3a3416cafcce526c7e17238b336dda03bea0a12c | |
parent | 72e46b00edf847b9bd4b6299788586ea57da037c (diff) |
Added a newline
-rw-r--r-- | python/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/README.md b/python/README.md index 2cc77037..03d9f31d 100644 --- a/python/README.md +++ b/python/README.md @@ -13,6 +13,7 @@ To re-build pycdec from the cython source, modify setup.py in the following ways * Change the source file from cdec/\_cdec.cpp to cdec/\_cdec.pyx * Add language='c++' as a property to ext\_modules (e.g. right after extra\_link\_args) * In the final setup block, change ext\_modules=ext\_modules to ext\_modules=cythonize(ext\_modules) + Then just build and install normally, as described above. ## Grammar extractor |