Browse Source

Update 'README.md'

天问 1 year ago
parent
commit
1735411e6b
1 changed files with 10 additions and 0 deletions
  1. 10 0
      README.md

+ 10 - 0
README.md

@@ -1,2 +1,12 @@
 # spacy
 
+##
+
+```
+python -m venv .env
+source .env/bin/activate
+pip install -U pip setuptools wheel
+pip install spacy
+
+
+```