Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ Video Link: [https://youtu.be/QZPv1y2znZo](https://youtu.be/QZPv1y2znZo)
pip install pyinstaller
pyinstaller --onefile -w calc.py
```

## New Feature

Added documentation for the calculator project as part of the GitHub collaborative development workflow.
This update demonstrates the use of Git branches and pull requests for collaborative development.