vnosri's picture
sophia
8332c01
raw
history blame
No virus
183 Bytes
rm -r venv
python3 -m venv ./venv
source venv/bin/activate
pip3 install git+https://github.com/pedroelbanquero/torahcodespython
pip3 install gradio
pip3 install -r requirements.txt