mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-26 04:35:54 +03:00
[PR #378] [MERGED] Make replit install all requirements first #859
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#859
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:patch-1📝 Commits (2)
1ac0d9bMake replit install all requirements first146245bRunning 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.txtand 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.