diff --git a/.replit b/.replit index 33aa5ff..6cf1cab 100644 --- a/.replit +++ b/.replit @@ -1,3 +1,3 @@ language = "python3" run = "./run" -onBoot = "./run" +onBoot = "pip install -r requirements.txt && ./run"