Update docs with lines about upgrading setuptools

This commit is contained in:
Jason Paryani
2013-08-21 17:45:13 -07:00
parent d626e39a3f
commit e86bd35771
2 changed files with 23 additions and 1 deletions

View File

@@ -22,9 +22,12 @@ 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 setuptools
pip install capnp
You only need to run the setuptools line if you have a setuptools older than v0.8.0.
From Source
---------------------