reazonspeech / venv.sh
aka7774's picture
Update venv.sh
8c85091 verified
raw
history blame contribute delete
No virus
229 Bytes
#!/usr/bin/bash
python3 -m venv venv
curl -kL https://bootstrap.pypa.io/get-pip.py | venv/bin/python
# depend on pydantic 1.10.14
venv/bin/python -m pip install gradio==3.36.1
venv/bin/python -m pip install -r requirements.txt