-
Notifications
You must be signed in to change notification settings - Fork 1
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
readme update #35
readme update #35
Conversation
@lu-zero could you please run the steps in the README and check whether you can run the code as I described it. Thank you. |
The main.py script supports various options: | ||
See the list of all WOTIS commands: | ||
```bash | ||
wotis --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.
wotis --help | |
uv run wotis --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.
I suggest we keep the wotis --help
, because the project installs it as a standalone command, making it simpler to use.
Co-authored-by: Luca Barbato <[email protected]>
Co-authored-by: Luca Barbato <[email protected]>
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.
regarding the discussion on the command to run: I would prefer to not have something installed globally but if that is the current state of the tooling, we should go with this readme.
We can land this and iterate over :) |
Meanwhile I fixed the CI, linkml does not support python 3.13 yet. |
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.
add human-facing comma for clarity
Co-authored-by: Ted Thibodeau Jr <[email protected]>
No description provided.