mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-13 09:42:26 +03:00
Add image & adjust text
This commit is contained in:
parent
0a554d8e35
commit
72323eee2e
|
@ -259,25 +259,27 @@ source code and recompiling frequently.
|
||||||
$ python setup.py develop
|
$ 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
|
The [spaCy VSCode Extension](https://github.com/explosion/spacy-vscode) provides
|
||||||
additional tooling and features for working with spaCy's config files. Version
|
additional tooling and features for working with spaCy's config files. Version
|
||||||
1.0.0 includes hover descriptions for registry functions, variables, and section
|
1.0.0 includes hover descriptions for registry functions, variables, and section
|
||||||
names within the config as an installable extension.
|
names within the config as an installable extension.
|
||||||
|
|
||||||
##### 🚀 Quickstart
|
1. Install a supported version of Python on your system (`>=3.7`)
|
||||||
|
2. Install the
|
||||||
**Step 1.** Install a supported version of Python on your system (`>=3.7`)
|
[Python Extension for Visual Studio Code](https://code.visualstudio.com/docs/python/python-tutorial)
|
||||||
**Step 2.** Install the
|
3. Create a
|
||||||
[Python Extension for Visual Studio Code](https://code.visualstudio.com/docs/python/python-tutorial)
|
[virtual python environment](https://docs.python.org/3/library/venv.html)
|
||||||
**Step 3.** Create a
|
4. Install all python requirements (`spaCy >= 3.4.0` & `pygls >= 1.0.0`)
|
||||||
[virtual python environment](https://docs.python.org/3/library/venv.html)
|
5. Install
|
||||||
**Step 4.** Install all python requirements (`spaCy >= 3.4.0` & `pygls >= 1.0.0`)
|
[spaCy extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=Explosion.spacy-extension)
|
||||||
**Step 5.** Install
|
6. Select your python environment
|
||||||
[spaCy extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=Explosion.spacy-extension)
|
7. You are ready to work with `.cfg` files in spaCy!
|
||||||
**Step 6.** Select your python environment
|
|
||||||
**Step 7.** You are ready to work with `.cfg` files in spaCy!
|
|
||||||
|
|
||||||
### Building an executable {id="executable"}
|
### Building an executable {id="executable"}
|
||||||
|
|
||||||
|
|
BIN
website/public/images/spacy-extension-demo.gif
Normal file
BIN
website/public/images/spacy-extension-demo.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.4 MiB |
Loading…
Reference in New Issue
Block a user