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 ---------------------