mirror of
https://github.com/IAmTomShaw/f1-race-replay.git
synced 2026-05-09 08:25:56 +02:00
[PR #46] Add Beginner Tip section to README.md #101
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/f1-race-replay#101
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/IAmTomShaw/f1-race-replay/pull/46
Author: @Keshav02-rk
Created: 12/15/2025
Status: 🔄 Open
Base:
main← Head:add-beginner-tip📝 Commits (1)
f8243c7Add Beginner Tip section to README.md📊 Changes
1 file changed (+4 additions, -123 deletions)
View changed files
📝
README.md(+4 -123)📄 Description
This pull request adds a beginner-friendly tip to the README.md for users running Python 3.10+.
The tip recommends creating a virtual environment before installing dependencies:
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
This helps new users avoid conflicts and ensures a clean setup.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.