From 69d3465c37c05b042cf12e16deb203bc539627d4 Mon Sep 17 00:00:00 2001 From: Jacob Alexander Date: Wed, 27 Nov 2019 00:22:37 -0800 Subject: [PATCH] Fixing typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d99d681..7206d72 100644 --- a/README.md +++ b/README.md @@ -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: