Installation¶
Run it without installing:
uvx --from AlphaFoldFetch affetch P11388
Install The CLI¶
Install AlphaFoldFetch with uv:
uv tool install AlphaFoldFetch
This installs the affetch command globally.
Verify¶
affetch --help
Or:
uvx --from AlphaFoldFetch affetch --help
Development Setup¶
For local project work:
uv sync
uv run pre-commit install