mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-26 09:14:32 +03:00
Simplify anchors
This commit is contained in:
parent
e0ca8a0f56
commit
ab4b6cc1dc
|
@ -181,18 +181,13 @@ $ pip install --no-build-isolation --editable .[lookups,cuda102]
|
|||
|
||||
How to install compilers and related build tools:
|
||||
|
||||
<a id="source-ubuntu"></a>
|
||||
<a id="source-osx"></a>
|
||||
<a id="source-windows"></a>
|
||||
|
||||
- **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
|
||||
- <strong id="source-ubuntu">Ubuntu:</strong> Install system-level dependencies via
|
||||
`apt-get`: `sudo apt-get install build-essential python-dev git`
|
||||
- <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
|
||||
Git preinstalled.
|
||||
- <strong id="source-windows">Windows:</strong> 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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user