Touching up docs a bit
This commit is contained in:
@@ -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
|
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
|
From Source
|
||||||
---------------------
|
---------------------
|
||||||
|
|||||||
@@ -303,7 +303,7 @@ The examples below will be using `calculator.capnp <https://github.com/jparyani/
|
|||||||
Client
|
Client
|
||||||
~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~
|
||||||
|
|
||||||
Starting a CLient
|
Starting a Client
|
||||||
################
|
################
|
||||||
|
|
||||||
Starting a client is very easy::
|
Starting a client is very easy::
|
||||||
|
|||||||
Reference in New Issue
Block a user