Fixing typo

This commit is contained in:
Jacob Alexander
2019-11-27 00:22:37 -08:00
committed by GitHub
parent 6bbc6b935b
commit 69d3465c37

View File

@@ -23,7 +23,7 @@ pycapnp has additional development dependencies, including cython and pytest. Se
## Building and installation
Install with `pip install pycapnp`. You can set the CC environment variable to control which compiler is used, ie `CC=gcc-8.2 pip install pycapnp`.
Install with `pip install pycapnp-async`. You can set the CC environment variable to control which compiler is used, ie `CC=gcc-8.2 pip install pycapnp-async`.
Or you can clone the repo like so: