Fix namespacing/template issues

This commit is contained in:
Jason Paryani
2013-07-06 18:51:04 -07:00
parent 259d1a46c1
commit cd4708b1a0
5 changed files with 134 additions and 134 deletions

View File

@@ -16,7 +16,7 @@ You also need a working version of the latest [Cython](http://cython.org/) insta
## Building and installation
`cd` into the repo directory and run `python setup.py install`
`cd` into the repo directory and run `python setup.py install` or `pip install .`
## Documentation/Example
At the moment, there is no documenation, but the library is almost a 1:1 clone of the [Capnproto C++ Library](http://kentonv.github.io/capnproto/cxx.html)