From 8a6e0709b8d3126a93707f22a7839fd748ca24a0 Mon Sep 17 00:00:00 2001 From: igosad <65003317+igosad@users.noreply.github.com> Date: Wed, 7 Apr 2021 17:21:39 +0100 Subject: [PATCH] Allow replit to auto detect dependencies (#266) --- .replit | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.replit b/.replit index 909eee8..db3106f 100644 --- a/.replit +++ b/.replit @@ -1,2 +1,2 @@ language = "python3" -run = "pip install -r requirements.txt && ./run" +run = "./run" diff --git a/README.md b/README.md index f05f773..0f67982 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,8 @@ Provides: ### B) [Repl.it](https://repl.it) [![Run on Repl.it](https://repl.it/badge/github/benbusby/whoogle-search)](https://repl.it/github/benbusby/whoogle-search) +*Note: Requires a (free) Replit account* + Provides: - Free deployment of app - Free HTTPS url (https://\.\\.repl\.co)