Fix two missed renames
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
@@ -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
|
||||
---------------------
|
||||
|
||||
Reference in New Issue
Block a user