fantassified_icons_v2 / install.sh
somq's picture
build: bump tokens & add install/update scripts
cea2cd9
raw
history blame contribute delete
No virus
89 Bytes
#!/bin/bash
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt