Skip to content
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

Instructions don't mention installing python dependencies #20

Open
CraigSiemens opened this issue Jun 23, 2024 · 3 comments
Open

Instructions don't mention installing python dependencies #20

CraigSiemens opened this issue Jun 23, 2024 · 3 comments
Labels
bug Something isn't working documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@CraigSiemens
Copy link

When building pico-blink for the first time, it produces the following error.

ModuleNotFoundError: No module named 'macholib'

After looking through the project I found the requirements.txt file and ran the following to fix the issue.

pip3 install -r ../Tools/requirements.txt
@rauhul
Copy link
Collaborator

rauhul commented Jun 26, 2024

Would you be interested in PR a documentation fix for this?

@rauhul rauhul added bug Something isn't working documentation Improvements or additions to documentation good first issue Good for newcomers labels Jun 26, 2024
@mredig
Copy link
Contributor

mredig commented Jul 30, 2024

I actually just updated the docs myself with this and one or two more documentation clarifications. Is there a more formal process like the larger Swift project, or should I just open a PR?

@rauhul
Copy link
Collaborator

rauhul commented Jul 30, 2024

Just open a PR :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants