-
Notifications
You must be signed in to change notification settings - Fork 101
Update _rkdeveloptool.mdx #1080
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me 🤙
💡 To request another review, post a new comment with "/windsurf-review".
|
Please update the English docs as well. |
Added installation instructions for rkdeveloptool-gui on Arch Linux, Debian, and macOS.
Updated installation commands for Linux and macOS to remove unnecessary packages.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much for your PR!
Just a quick note: due to PEP 668, modern Linux distributions (like Ubuntu 24.04+) mark the system Python environment as "externally managed," which prevents installing packages via pip at the system level to avoid conflicts with the OS package manager.
To make installation smoother for users on these systems, you might consider:
- Providing a Debian package (e.g., including a debian/ directory) so the project can be installed via apt, or
- Relying only on Python dependencies already available as system packages (e.g., python3-xyz) and documenting them clearly.
This would help ensure compatibility and avoid requiring users to override PEP 668 protections. Thanks again for your contribution!
Description of changes
更新 rkdeveloptool AUR 包地址