We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc1e760 commit e41621aCopy full SHA for e41621a
1 file changed
setup.ps1
@@ -1,7 +1,7 @@
1
-$pythonCmd = "py -3.10"
2
-
3
-$pythonCmd -m pip install pip
4
-$pythonCmd -m pip install --upgrade pip
5
-$pythonCmd -m pip install -r requirements.txt
6
-$pythonCmd -m pip install https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl
+$pythonCmd = "py -3.10"
+
+$pythonCmd -m pip install pip
+$pythonCmd -m pip install --upgrade pip
+$pythonCmd -m pip install -r requirements.txt
+$pythonCmd -m pip install https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl
7
$pythonCmd -m pip install https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.7.1/en_core_web_lg-3.7.1-py3-none-any.whl
0 commit comments