diff --git a/README.md b/README.md index 9a3bf5b..eed3416 100644 --- a/README.md +++ b/README.md @@ -25,14 +25,13 @@ Tools: - [uv](https://docs.astral.sh/uv/): manage dependencies, Python versions and virtual environments - [ruff](https://docs.astral.sh/ruff/): lint and format Python code - [pytest](https://docs.pytest.org/en/): run unit tests +- [ty](https://github.com/astral-sh/ty): type check Python code - [prek](https://github.com/j178/prek): manage pre-commit hooks (fast, Rust-based) - [prettier](https://prettier.io/): format YAML and Markdown - [codespell](https://github.com/codespell-project/codespell): check spelling in source code ## Installation -### Application - Install package and pinned dependencies with the [`uv`](https://docs.astral.sh/uv/) package manager: 1. Install `uv`. See instructions for Windows, Linux or MacOS [here](https://docs.astral.sh/uv/getting-started/installation/). @@ -57,20 +56,6 @@ Install package and pinned dependencies with the [`uv`](https://docs.astral.sh/u source .venv/bin/activate ``` -### Library - -If using `pip` or `uv pip`, a specific version of the package can be installed with: - -```bash -pip install git+ssh://git@github.com/Komorebi-AI/python-template.git@0.1.0 -``` - -It can also be added to the `requirements.in` or `pyproject.toml`. If using `uv`, it can be added as a dependency with: - -```bash -uv add "template @ git+https://github.com/Komorebi-AI/python-template@0.1.0" -``` - ## Setup development environment (Unix) Install [`uv`](https://docs.astral.sh/uv/getting-started/installation/) and prek hooks: diff --git a/uv.lock b/uv.lock index 0f9912f..401038c 100644 --- a/uv.lock +++ b/uv.lock @@ -8,7 +8,7 @@ resolution-markers = [ ] [options] -exclude-newer = "2026-03-30T09:28:02.408746294Z" +exclude-newer = "2026-03-30T09:37:44.67210886Z" exclude-newer-span = "P7D" [[package]]