Add requirements.txt to MANIFEST. Also add version

checking for setuptools to setup.py.
This commit is contained in:
Jason Paryani
2013-08-26 10:08:34 -07:00
parent 42cc239e56
commit 5001726e02
3 changed files with 10 additions and 3 deletions

View File

@@ -1,8 +1,10 @@
#capnpc-python-cpp
More thorough docs are available at [http://jparyani.github.io/capnpc-python-cpp/](http://jparyani.github.io/capnpc-python-cpp/).
## Requirements
First you need a system-wide installation of the Capnproto C++ library >= 0.3. Unfortunately, as of now, that means you have to build from the HEAD of Cap'n Proto. Follow these instructions to do so:
First you need a system-wide installation of the Cap'n Proto C++ library >= 0.3. Unfortunately, as of now, that means you have to build from the HEAD of Cap'n Proto. Follow these instructions to do so:
```bash
wget https://github.com/kentonv/capnproto/archive/master.zip