Simplify anchors

This commit is contained in:
Marcus Blättermann 2022-11-15 11:10:55 +01:00
parent e0ca8a0f56
commit ab4b6cc1dc
No known key found for this signature in database
GPG Key ID: A1E1F04008AC450D

View File

@ -181,18 +181,13 @@ $ pip install --no-build-isolation --editable .[lookups,cuda102]
How to install compilers and related build tools: How to install compilers and related build tools:
<a id="source-ubuntu"></a> - <strong id="source-ubuntu">Ubuntu:</strong> Install system-level dependencies via
<a id="source-osx"></a> `apt-get`: `sudo apt-get install build-essential python-dev git`
<a id="source-windows"></a> - <strong id="source-osx">macOS / OS X:</strong> 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
- **Ubuntu:** Install system-level dependencies via `apt-get`: Git preinstalled.
`sudo apt-get install build-essential python-dev git` - <strong id="source-windows">Windows:</strong> Install a version of the [Visual
- **macOS / OS X:** Install a recent version of C++ Build Tools](https://visualstudio.microsoft.com/visual-cpp-build-tools/) or
[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/) [Visual Studio Express](https://www.visualstudio.com/vs/visual-studio-express/)
that matches the version that was used to compile your Python interpreter. that matches the version that was used to compile your Python interpreter.