-
Notifications
You must be signed in to change notification settings - Fork 7k
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
improve macOS Apple Silicon installation instructions #990
improve macOS Apple Silicon installation instructions #990
Conversation
Followed the `README` but ran into some errors running it locally. Made a few tweaks and got it working on my M3 PRO. Found this PR (Failing to run on Apple Silicon Mac M3) and thought improving the instructions might help others. Hope this helps! great tool guys, thx a lot
Reviewer's Guide by SourceryThis pull request improves the macOS Apple Silicon installation instructions in the README. It addresses common issues encountered during setup, such as Python version conflicts and missing tkinter package, by providing specific instructions and troubleshooting tips. The changes aim to streamline the installation process and make it more user-friendly for Apple Silicon users. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
Hey @wpoPR - I've reviewed your changes - here's some feedback:
Overall Comments:
- Thanks for improving the installation instructions for macOS, especially for Apple Silicon users.
- Consider adding a note about uninstalling conflicting Python versions if users encounter issues.
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
follow sourcery-ai and add a note about uninstalling conflicting Python versions if users encounter issues.
Followed the
README
but ran into some errors running it locally. Made a few tweaks and got it working on my M3 PRO. Found this PR (Failing to run on Apple Silicon Mac M3) and thought improving the instructions might help others. Hope this helps!great tool guys, thx a lot
Summary by Sourcery
Improve the macOS installation instructions in the README, specifically for Apple Silicon (M1/M2/M3) users. The instructions now include details about installing Python 3.10, the tkinter package, and creating a virtual environment with Python 3.10.