Update docs for developers

This commit is contained in:
Jason Paryani
2013-08-28 22:55:10 -07:00
parent 64b3baa575
commit 4f327d9a31
2 changed files with 13 additions and 0 deletions

View File

@@ -35,6 +35,10 @@ Or you can clone the repo like so:
`cd` into the repo directory and run `pip install .`
## Development
This project uses [git-flow](http://jeffkreeftmeijer.com/2010/why-arent-you-using-git-flow/). Essentially, just make sure you do your changes in the `develop` branch.
## Documentation/Example
There is some basic documentation [here](http://jparyani.github.io/capnpc-python-cpp/).