Update docs

This commit is contained in:
Jason Paryani
2013-08-26 11:12:56 -07:00
parent 413978c8b6
commit 2087cb5861
2 changed files with 4 additions and 2 deletions

View File

@@ -18,9 +18,10 @@ sudo make install
sudo ldconfig sudo ldconfig
``` ```
A recent version of setuptools is also required. You can install a newer version with: A recent version of cython and setuptools is also required. You can install these with:
```bash ```bash
pip install -U cython
pip install -U setuptools pip install -U setuptools
``` ```

View File

@@ -23,6 +23,7 @@ Pip
Using pip is by far the easiest way to install the library. After you've installed the C++ library, all you need to run is:: Using pip is by far the easiest way to install the library. After you've installed the C++ library, all you need to run is::
pip install -U cython
pip install -U setuptools pip install -U setuptools
pip install capnp pip install capnp
@@ -41,6 +42,6 @@ or::
cd capnpc-python-cpp cd capnpc-python-cpp
python setup.py install python setup.py install
If you don't use pip, you will need to manually install Cython, and a setuptools with a version > .7. If you don't use pip, you will need to manually install Cython, and a setuptools with a version >= .8.
Once you're done installing, take a look at the :ref:`quickstart` Once you're done installing, take a look at the :ref:`quickstart`