Torah_Codes / install.sh
neuralworm's picture
Update install.sh
6e929b9 verified
raw
history blame
163 Bytes
rm -r venv
python3 -m venv ./venv
source venv/bin/activate
pip3 install git+https://github.com/pedroelbanquero/torahcodespython
pip3 install -r requirements.txt