mirror of
https://github.com/capnproto/pycapnp.git
synced 2025-03-04 08:24:43 +01:00
Fix two missed renames
This commit is contained in:
parent
1ebcaafd47
commit
eb9e7511d0
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
---------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue