From ab4b6cc1dc01cc3171141f0d812bfa90d85614f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Bl=C3=A4ttermann?= Date: Tue, 15 Nov 2022 11:10:55 +0100 Subject: [PATCH] Simplify anchors --- website/docs/usage/index.mdx | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/website/docs/usage/index.mdx b/website/docs/usage/index.mdx index 35d8dd8cc..320f1f9af 100644 --- a/website/docs/usage/index.mdx +++ b/website/docs/usage/index.mdx @@ -181,18 +181,13 @@ $ pip install --no-build-isolation --editable .[lookups,cuda102] How to install compilers and related build tools: - - - - -- **Ubuntu:** Install system-level dependencies via `apt-get`: - `sudo apt-get install build-essential python-dev git` -- **macOS / OS X:** Install a recent version of - [XCode](https://developer.apple.com/xcode/), including the so-called "Command - Line Tools". macOS and OS X ship with Python and Git preinstalled. -- **Windows:** Install a version of the - [Visual C++ Build Tools](https://visualstudio.microsoft.com/visual-cpp-build-tools/) - or +- Ubuntu: Install system-level dependencies via + `apt-get`: `sudo apt-get install build-essential python-dev git` +- macOS / OS X: Install a recent version of [XCode](https://developer.apple.com/xcode/), + including the so-called "Command Line Tools". macOS and OS X ship with Python and + Git preinstalled. +- Windows: Install a version of the [Visual + C++ Build Tools](https://visualstudio.microsoft.com/visual-cpp-build-tools/) or [Visual Studio Express](https://www.visualstudio.com/vs/visual-studio-express/) that matches the version that was used to compile your Python interpreter.