From 2087cb586138893f8f6ac4c8e8eae539b09a7bb9 Mon Sep 17 00:00:00 2001 From: Jason Paryani Date: Mon, 26 Aug 2013 11:12:56 -0700 Subject: [PATCH] Update docs --- README.md | 3 ++- docs/install.rst | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 141093b..d6efdb1 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,10 @@ sudo make install 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 +pip install -U cython pip install -U setuptools ``` diff --git a/docs/install.rst b/docs/install.rst index a77fe35..2eb0275 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -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:: + pip install -U cython pip install -U setuptools pip install capnp @@ -41,6 +42,6 @@ or:: cd capnpc-python-cpp 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`