robotpy / robotpy/robotpy-installer
Document how to install custom wheels
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 6
- Forks
- 18
- Avg merge
- 34m
- Merged PRs (30d)
- 1
Description
I believe you can do python -m robotpy installer install /path/to/foo.whl, just make sure to remove it from your pyproject.toml (or pin it to your version) otherwise the deploy might decide to install the other version.
https://www.chiefdelphi.com/t/using-forked-libraries-with-robotpy/497776/2
Probably should document this and add something to make it so that the deploy doesn't overwrite the manually installed version.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the documented command python -m robotpy installer install /path/to/foo.whl and review how pyproject.toml pins or lists the package. Use the linked discussion for context. Done means the custom-wheel installation and pinning requirements are documented, and the deploy behavior regarding a manually installed version is clarified or addressed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation, tooling
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100