mathtext / scripts /build.sh
Hobson's picture
venv
28c4fc8
raw
history blame contribute delete
No virus
234 Bytes
deactivate
pip install virtualenv
rm -rf .venv
python -m virtualenv .venv
source ./.venv/bin/activate
# pip install --upgrade scikit-learn
# pip install --upgrade transformers
# pip install --upgrade pandas
pip install --upgrade -e .