Closed Rgonzales4 closed 1 year ago
Actually, maybe switch the pip3 to python -m pip to keep consistent (I know sometimes Windows is wonky with aliasing Python3 to Python)
pip3
python -m pip
cd ../server && python -m pip install --upgrade pip && python -m pip install -r requirements.txt && python -m spacy download en_core_web_trf
Actually, maybe switch the
pip3
topython -m pip
to keep consistent (I know sometimes Windows is wonky with aliasing Python3 to Python)cd ../server && python -m pip install --upgrade pip && python -m pip install -r requirements.txt && python -m spacy download en_core_web_trf