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