From eb9e7511d0d80a8fa6dc0e5c4d4c0430392bf147 Mon Sep 17 00:00:00 2001 From: Jason Paryani Date: Sun, 1 Sep 2013 01:24:59 -0700 Subject: [PATCH] Fix two missed renames --- README.md | 2 +- docs/install.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35405f0..c2626a4 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ pip install -U setuptools ## Building and installation -Install with `pip install pycapnp`. You can set the CC environment variable to control the compiler version, ie `CC=gcc-4.8 pip install capnp`. +Install with `pip install pycapnp`. You can set the CC environment variable to control the compiler version, ie `CC=gcc-4.8 pip install pycapnp`. Or you can clone the repo like so: diff --git a/docs/install.rst b/docs/install.rst index 1cf1e4b..340c844 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -24,7 +24,7 @@ Using pip is by far the easiest way to install the library. After you've install pip install -U setuptools pip install pycapnp -You can control the compiler version with the environment variable CC, ie. `CC=gcc-4.8 pip install capnp`. You only need to run the setuptools line if you have a setuptools older than v0.8.0, and the cython line if you have a version older than v0.19.1. +You can control the compiler version with the environment variable CC, ie. `CC=gcc-4.8 pip install pycapnp`. You only need to run the setuptools line if you have a setuptools older than v0.8.0, and the cython line if you have a version older than v0.19.1. From Source ---------------------