mirror of
https://github.com/ovosimpatico/bingo.git
synced 2026-01-15 14:42:51 -03:00
* colors added - numbers drawn will turn red * unused code removed * Tutorial is now complete * software only install dependencies on start-up if those are missing * fixed a bug where dependencies weren't installed properly
2 lines
61 B
Python
2 lines
61 B
Python
import os
|
|
os.system("pip install -r requirements.txt --user") |