From 72ccb5c1b6b08cf794b84a2fc7ba59737861aefe Mon Sep 17 00:00:00 2001 From: Jason Paryani Date: Wed, 18 Dec 2013 12:01:27 -0800 Subject: [PATCH] Touching up docs a bit --- docs/install.rst | 2 +- docs/quickstart.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install.rst b/docs/install.rst index 0a93527..3981e8c 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -28,7 +28,7 @@ On some systems you will have to install Python's headers before doing any of th sudo apt-get install python-dev -You can control what compiler is used with the environment variable CC, ie. `CC=gcc-4.8 pip install pycapnp`, and flags with CCFLAGS. 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 what compiler is used with the environment variable CC, ie. `CC=gcc-4.8 pip install pycapnp`, and flags with CFLAGS. 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 --------------------- diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 76c6e9d..c446010 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -303,7 +303,7 @@ The examples below will be using `calculator.capnp