File size: 183 Bytes
8332c01 |
1 2 3 4 5 6 7 8 9 |
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
|