Add image & adjust text

This commit is contained in:
Victoria Slocum 2023-05-15 15:37:29 +02:00
parent 0a554d8e35
commit 72323eee2e
2 changed files with 15 additions and 13 deletions

View File

@ -259,25 +259,27 @@ source code and recompiling frequently.
$ python setup.py develop
```
#### Additional tooling
#### Visual Studio Code extension
<img src="/images/spacy-extension-demo.gif"/>
<br/><br/>
The [spaCy VSCode Extension](https://github.com/explosion/spacy-vscode) provides
additional tooling and features for working with spaCy's config files. Version
1.0.0 includes hover descriptions for registry functions, variables, and section
names within the config as an installable extension.
##### 🚀 Quickstart
**Step 1.** Install a supported version of Python on your system (`>=3.7`)
**Step 2.** Install the
[Python Extension for Visual Studio Code](https://code.visualstudio.com/docs/python/python-tutorial)
**Step 3.** Create a
[virtual python environment](https://docs.python.org/3/library/venv.html)
**Step 4.** Install all python requirements (`spaCy >= 3.4.0` & `pygls >= 1.0.0`)
**Step 5.** Install
[spaCy extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=Explosion.spacy-extension)
**Step 6.** Select your python environment
**Step 7.** You are ready to work with `.cfg` files in spaCy!
1. Install a supported version of Python on your system (`>=3.7`)
2. Install the
[Python Extension for Visual Studio Code](https://code.visualstudio.com/docs/python/python-tutorial)
3. Create a
[virtual python environment](https://docs.python.org/3/library/venv.html)
4. Install all python requirements (`spaCy >= 3.4.0` & `pygls >= 1.0.0`)
5. Install
[spaCy extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=Explosion.spacy-extension)
6. Select your python environment
7. You are ready to work with `.cfg` files in spaCy!
### Building an executable {id="executable"}

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 MiB