[PR #378] [MERGED] Make replit install all requirements first #859

Closed
opened 2026-02-25 20:36:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/benbusby/whoogle-search/pull/378
Author: @tiredkangaroo
Created: 7/16/2021
Status: Merged
Merged: 7/22/2021
Merged by: @benbusby

Base: mainHead: patch-1


📝 Commits (2)

  • 1ac0d9b Make replit install all requirements first
  • 146245b Running in Bash

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

📝 .replit (+3 -3)

📄 Description

This should install all requirements from requirements.txt. It makes this a one click experience, without the user having to run pip install -r requirements.txt and then tap the run button. I myself had to first run that command in my repl, so I have made this change so others don't have to do the same.

repl.it also runs on linux based systems, so && is the correct bash syntax.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/benbusby/whoogle-search/pull/378 **Author:** [@tiredkangaroo](https://github.com/tiredkangaroo) **Created:** 7/16/2021 **Status:** ✅ Merged **Merged:** 7/22/2021 **Merged by:** [@benbusby](https://github.com/benbusby) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (2) - [`1ac0d9b`](https://github.com/benbusby/whoogle-search/commit/1ac0d9bd86dc0d74a8e0dc53f569fec69d080bfb) Make replit install all requirements first - [`146245b`](https://github.com/benbusby/whoogle-search/commit/146245b1fd882f50d27f52bb3b8efe62fde08320) Running in Bash ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `.replit` (+3 -3) </details> ### 📄 Description This should install all requirements from requirements.txt. It makes this a one click experience, without the user having to run `pip install -r requirements.txt` and then tap the run button. I myself had to first run that command in my repl, so I have made this change so others don't have to do the same. repl.it also runs on linux based systems, so `&&` is the correct bash syntax. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 20:36:56 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whoogle-search#859
No description provided.