-
Notifications
You must be signed in to change notification settings - Fork 25
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
Make it callable from the source code #45
Comments
This is required to call the pymcuprog script from any directory:
|
Hi @ygoe |
I didn't mean to install anything. I wanted to have it callable from where the source code is, because I was working on a feature and wanted to try it out. |
you can just install it in "editable mode" by changing to your git source folder and using: |
I'm not a Python expert by far. I know the basic syntax and can find my way around and make a few changes. And I can't get this script to run on the command line on Windows.
My Python version is 3.11.4. I have already installed the dependencies (by extracting the info I understood from setup.cfg to a requirements.txt file). But how am I supposed to run this? When I do a little guessing and run
python pymcuprog.py
from the "pymcuprog" directory, I get this:I don't know what's going on here. pyupdi has worked just fine like that. Is there some additional start or entry script missing in the code?
The text was updated successfully, but these errors were encountered: