From 41ecd96300fc1304b688348eb63b2d871414dc3a Mon Sep 17 00:00:00 2001 From: Philippe Tillet Date: Wed, 28 Jul 2021 14:18:31 -0700 Subject: [PATCH] [DOCS] minor grammar improvements --- docs/getting-started/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/installation.rst b/docs/getting-started/installation.rst index 999b38959..ba8c64648 100644 --- a/docs/getting-started/installation.rst +++ b/docs/getting-started/installation.rst @@ -38,7 +38,7 @@ You can install the Python package from source by running the following commands pip install cmake; # build time dependency pip install -e . -Note that, if llvm-11 is not present on your system, the setup.py script will download LLVM static libraries on the web and link against that. +Note that, if llvm-11 is not present on your system, the setup.py script will download the official LLVM11 static libraries link against that. You can then test your installation by running the unit tests: